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

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

Accessibility] Missing contentDescription attribute on image

 

        
5条回答
  •  Happy的楠姐
    2020-12-30 03:09

    Just add this:

    android:contentDescription="@string/description"
    

    then go to yours Strings.xml and add this:

     YOUR_DESCRIPTION_HERE 
    

提交回复
热议问题