Droppers / AnimatedBottomBar

A customizable and easy to use BottomBar navigation view with sleek animations, with support for ViewPager, ViewPager2, NavController, and badges.
MIT License
1.38k stars 109 forks source link

add talkback #52

Closed am3n closed 2 years ago

Droppers commented 2 years ago

Thank you!

Is "bottom-bar" the correct description? Is this even something we should provide?

It sounds like something that should be supplied by the user, bottom bar is not an universal term in different languages .

Does the RecyclerView need a content description, can't the user configure this on the bottom bar itself already?

am3n commented 2 years ago

Thank you Yes, as you say, this is not a universal description. It is better to set the recyclerview description as below

AnimatedBottomBar.kt

recycler.contentDescription = contentDescription

In my layout

<nl.joery.animatedbottombar.AnimatedBottomBar
    ...
    android:contentDescription="@string/bottombar" />