rbgame_btn_shape_ash.xml 710 字节
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/rbgame_ash_button_normal_state" android:state_pressed="false"/>
    <item android:drawable="@drawable/rbgame_ash_button_pressed_state" android:state_pressed="true"/>
    <item android:drawable="@drawable/rbgame_ash_button_normal_state"/>
</selector>
    <!--    以前的button-->
    <!--<?xml version="1.0" encoding="utf-8"?>-->
    <!--<shape xmlns:android="http://schemas.android.com/apk/res/android">-->
    <!--    <solid android:color="#E0173A" />-->
    <!--    <corners-->
    <!--        android:radius="8dp"-->
    <!--        />-->
    <!--</shape>-->