android xml文件中出现如下提醒:This tag and its children can be replaced by one <TextView/> and a compound drawable
时间:2014-03-05 18:33:20
收藏:0
阅读:608
第一个感叹号 是跟你说 让你把Imageview 和textview 结合起来 只用
textview
textview有个属性叫 android:drawable...(top/bottom/...)
这个是可以加图片的
第二个是让你把字符串外化 就是在 string.xml中定义
然后引用.不要直接输入文字
原文:http://www.cnblogs.com/androidsuperman/p/3581950.html
评论(0)