[A11y] Add label for ReadingTextSizeActivity #2817
Labels
good first issue
This item is good for new contributors to make their pull request.
Priority: Essential
This work item must be completed for its milestone.
Type: Task
A single task of work corresponding to a greater milestone. Generally corresponds to a single PR.
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
Task
Introduce label for
ReadingTextSizeActivity
asReading Text Size
.Reference PR: #2750
When you create a PR for this, make sure you add test to check the functionality. Also, suggest working on this PR only if its your first or second PR to Oppia-Android project.
General Explanation
When
Talkback
is on, whenever we click on any option which leads to new screen the reader will automatically read thelabel
associated with that screen first. If in case label in not present then it will read app name i.e.Oppia
.Example
device-2021-02-24-021647.mp4
In this above video as soon as we double-tap
Battery
, new screen is opened.The reader first outputs
Battery
followed byNavigate up, Button
and finallyBattery
again. In this the firstBattery
output is thelabel
of this new screen which indicates the learner which screen is opened. The secondBattery
is because we selected the title in the screen and it's just reading that text.So we need
labels
for various screens general which matches the title but if the title is dynamic then we need static label.The text was updated successfully, but these errors were encountered: