<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@drawable/bg_button_s_press" android:state_pressed="true"/>//按下
<item android:drawable="@drawable/bg_button_s_press" android:state_focused="true"/>//未按下
<item android:drawable="@drawable/bg_button_s_normal"/>
</selector>
全站熱搜
留言列表