码迷,mamicode.com
首页 > 其他好文 > 详细

ImageView引起Missing contentDescription attribute on image的问题

时间:2014-10-18 22:24:57      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:android   基础学习   

解决方法:

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


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

ImageView引起Missing contentDescription attribute on image的问题

标签:android   基础学习   

原文地址:http://blog.csdn.net/u013476464/article/details/40221783

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!