guild_reg_btn_s.xml 343 字节
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

<item android:state_pressed="false" android:state_focused="false" android:drawable="@drawable/guild_btn_res" >
    </item>

<item android:state_pressed="true" android:drawable="@drawable/guild_btn_res_sel">
    </item>


</selector>