【发布时间】:2015-09-24 07:40:58
【问题描述】:
我已经看到了此类问题的先前答案,但没有一个对我有用,所以我会继续并再次发布。我的日志猫说:
" 二进制 XML 文件第 7 行:标签需要 'drawable' 属性或定义可绘制对象的子标签"
在第 7 行我的 xml 是:<item ... <solid android:drawable="@color/hex"/> ... </item>
和:<item android:selected="true" android:drawable="@color/white" />
【问题讨论】:
标签: android xml colors attributes drawable