-
Notifications
You must be signed in to change notification settings - Fork 4
Improve accessibility in the demo app #820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Code Coverage
|
StaehliJ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some little adjustement maybe, Shouldn't we not focus automatically the top when user choose an item in the bottom navigation bar ?
pillarbox-demo/src/main/java/ch/srgssr/pillarbox/demo/ui/settings/AppSettingsView.kt
Show resolved
Hide resolved
I've checked in multiple Google apps, and the behavior is always the same: when we select a tab in the bottom navigation, the focus remains there. |
2dac488 to
c51a6ab
Compare
Pull request
Description
Improve accessibility in the demo app itself. These are mostly navigation-related changes. The player will be handled separately.
Changes made
DemoItems so TalkBack can use the proper voice when reading information.Checklist