Android Lint contentDescription warning

后端 未结 11 1725
情书的邮戳
情书的邮戳 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:46

    Since it is only a warning you can suppress it. Go to your XML's Graphical Layout and do this:

    1. Click on the right top corner red button

      enter image description here

    2. Select "Disable Issue Type" (for example)

      enter image description here

提交回复
热议问题