Android开发中Missing contentDescription attribute on image的问题

来源:互联网 发布:linux版qq最新版下载 编辑:程序博客网 时间:2024/06/03 21:29

在Android开发中,添加ImageView的时候出现了警告“[Accessibility] Missing contentDescription attribute on image”。


查阅资料发现,在"Non-textual widgets"中,需要对控件添加一个描述语句。

格式为 android:contentDescription="@string/desc"亦可android:contentDescription="XXX"(会出现新的警告)


0 0
原创粉丝点击