I am getting warning as \"[Accessibility] Missing contentDescription attribute on image\" for imageview. while using android lint
What does that mean?
Since I need the ImageView to add an icon just for aesthetics I've added tools:ignore="ContentDescription" within each ImageView I had in my xml file.
tools:ignore="ContentDescription"
I'm no longer getting any error messages