Android Lint contentDescription warning

后端 未结 11 1733
情书的邮戳
情书的邮戳 2020-12-07 17:03

I am getting warning as \"[Accessibility] Missing contentDescription attribute on image\" for imageview. while using android lint

What does that mean?

11条回答
  •  执笔经年
    2020-12-07 17:40

    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.

    I'm no longer getting any error messages

提交回复
热议问题