您的位置:首页 > 其它

关于 This tag and its children can be replaced by one <TextView/> and a compound drawable 的问题

2016-04-10 10:12 543 查看
关于This tag and its children can be replaced by one <TextView/> and a compound drawable的问题

原因:[b]在布局中同时有ImageView和TextView造成的。
[/b]

解决方式一:

TextView本身提供了drawableXxx属性,可以通过这个属性代替ImageView在TextView中添加图片。

解决方式二:

在警告的黄线处ctrl+1选择Discheck in this project。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: