增加ImageView控件时会显示黄色的下划线,出现Missing contentDescription attribute on image的问题
主要是因为在没有使用TextView之类的文本控件,这里添加 android:contentDescription="@string/app_name即可
主要是因为在没有使用TextView之类的文本控件,这里添加 android:contentDescription="@string/app_name即可
本文介绍了解决Android开发中ImageView控件显示黄色下划线警告的方法,即通过添加contentDescription属性来避免“Missing contentDescription attribute on image”警告,确保无障碍访问的支持。
2173
996

被折叠的 条评论
为什么被折叠?
