标签:png list img XML check button repo lis state
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:width="22dp"
android:height="22dp"
android:drawable="@drawable/btn_radio_on_holo_light"/>
</layer-list>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:width="22dp"
android:height="22dp"
android:drawable="@drawable/btn_radio_off_holo_light"/>
</layer-list>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true"
android:drawable="@drawable/btn_radio_on"/>
<item android:drawable="@drawable/btn_radio_off"/>
</selector>
android:button="@drawable/selector_btn_radio"
标签:png list img XML check button repo lis state
原文地址:https://www.cnblogs.com/ymtianyu/p/14426018.html