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

    <item android:drawable="@drawable/btn_help_press" android:state_pressed="true"/>
    <item android:drawable="@drawable/btn_help_select" android:state_focused="true"/>
    <item android:drawable="@drawable/btn_help_normal"/>

</selector>