<?xml version="1.0" encoding="utf-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content"> <item android:drawable="@drawable/ic_off" android:state_checked="false" /> <item android:drawable="@drawable/ic_on" android:state_checked="true" /></selector>会报Element selector doesn't have required attribute 的错 ,这是什么问题啊
1 回答
gaiyinn
TA贡献1条经验 获得超0个赞
同问。楼主解决了吗?貌似studio中的drawable属性只能引用drawable文件夹中的文件,但是studio默认的图片文件夹是mipmap。drawable属性都无法引用mipmap中的文件。怎么解决呢?
- 1 回答
- 0 关注
- 13509 浏览
添加回答
举报
0/150
提交
取消