Android Question Google Play Pre-launch report details

sdixon

Member
Licensed User
Longtime User
I have released and app for internal testing on Google Play and one of the issues found is a lack of Content Labeling for my ImageViews

Recommendation
This item may not have a label readable by screen readers.

according to Google

How to provide content labels
android:contentDescription
When using an ImageView, ImageButton, CheckBox, or other View that conveys information graphically, use an android:contentDescription attribute to provide a content label for that View.

How would I go about adding that to my project.

Thanks
 

JohnC

Expert
Licensed User
Longtime User
If I had to take a guess, you would have to add these "contentdescription" attributes into the manifest for each applicable view of your project.

Unfortunately, I don't know the syntax of how to do this, but I am sure someone else from the forum will chime in with those details.
 
Upvote 0

sdixon

Member
Licensed User
Longtime User
Thanks I'll look at that
 
Upvote 0
Top