首页 > 代码库 > ImageView引起Missing contentDescription attribute on image的问题

ImageView引起Missing contentDescription attribute on image的问题

解决方法:

增加ImageView控件时会显示黄色的下划线,出现Missing contentDescription attribute on image的问题


主要是因为在没有使用TextView之类的文本控件,这里添加 android:contentDescription="@string/name即可

ImageView引起Missing contentDescription attribute on image的问题