猿问

怎么解决android studio 中selector无法用的问题


<?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 的错 ,这是什么问题啊

齐在
浏览 13510回答 1
1回答

gaiyinn

同问。楼主解决了吗?貌似studio中的drawable属性只能引用drawable文件夹中的文件,但是studio默认的图片文件夹是mipmap。drawable属性都无法引用mipmap中的文件。怎么解决呢?
随时随地看视频慕课网APP

相关分类

Android
我要回答