'Missing contentDescription attribute on image' in XML

后端 未结 9 2176
挽巷
挽巷 2020-11-28 17:49

I get an warning about [Accessibility]Missing contentDescription attribute on image in eclipse. This warning show at line 5 (declare ImageView)

9条回答
  •  感情败类
    2020-11-28 18:29

    If you don't care at all do this:

        android:contentDescription="@null"
    

    Although I would advise the accepted solutions, this is a hack :D

提交回复
热议问题