0

I'm currently developing an application, and my client would like it to be ADA compliant. I've looked into Android Accessibility on the documentation and I'm having partial success. I downloaded Talkback to my android phone and the device will read out each Activity title, but it wont read the onscreen text(within a textview). I've tried to set the content descirption within the textview XML like this:

 android:contentDescription="@string/terms_conditions"

However, it wont read the text from the text view for me. Is there something else I should be declaring?

4

0 回答 0