In some devices (nexus) when we tap on the first item in listview it will talkback as list item + " in list of X item". How can we remove the text " in list of X item"?
Please share your thought
Thanks in Advance
I found a solution where you set weather the (RecyclerView or ListView) should be important for Accessibility directly.
If you set it to individual views items in the list, Talkback will still announce "x items" the first time that list gets created.
In Kotlin: "dataBinding.customRecyclerView.importantForAccessibility = View.IMPORTANT_FOR_ACCESSIBILITY_NO
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With