Accessibility Missing contentDescription attribute on image how to remove this warning?

前端 未结 5 1136
鱼传尺愫
鱼传尺愫 2020-12-30 02:21

Accessibility] Missing contentDescription attribute on image

 

        
5条回答
  •  春和景丽
    2020-12-30 03:04

    try by adding android:contentDescription for ImageView

    
    

    for more info see

    http://android-developers.blogspot.in/2012/04/accessibility-are-you-serving-all-your.html

    http://developer.android.com/guide/topics/ui/accessibility/apps.html#test

    Android Lint contentDescription warning

提交回复
热议问题