美文网首页
Android selector选择器点击以后没反应

Android selector选择器点击以后没反应

作者: yunhen | 来源:发表于2019-10-08 10:58 被阅读0次

    注意,不要写

    <item android:drawable="@drawable/ic_setting_hud_obd_n" />

    <?xml version="1.0" encoding="utf-8"?>
    <selector xmlns:android="http://schemas.android.com/apk/res/android">
        <item
        android:drawable="@drawable/ic_setting_hud_obd_n" android:state_checked="false"/>
        <item
        android:drawable="@drawable/ic_setting_hud_obd_p" android:state_checked="true"/>
    </selector>
    

    相关文章

      网友评论

          本文标题:Android selector选择器点击以后没反应

          本文链接:https://www.haomeiwen.com/subject/dskbyctx.html