Newer
Older
dxcgt / app / src / main / res / drawable / hislist_checking.xml
wangxitong on 6 Apr 2021 639 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:drawable="@drawable/hislist_checking_normal"/>
 
    <item android:drawable="@drawable/hislist_checking_pressed" android:state_focused="true" android:state_pressed="true"/>
 
    <item android:drawable="@drawable/hislist_checking_pressed" android:state_focused="false" android:state_pressed="true"/>
 
    <item android:drawable="@drawable/hislist_checking_pressed" android:state_selected="true"/>
 
    <item android:drawable="@drawable/hislist_checking_pressed" android:state_focused="true"/>

</selector>