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

    <item android:drawable="@drawable/spin_input_bg_press" android:state_pressed="true"/>
    <item android:drawable="@drawable/spin_input_bg_select" android:state_focused="true" android:state_pressed="false"/>
    <item android:drawable="@drawable/spin_input_bg"/>

</selector>