hfb_btn2.xml 512 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <selector xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <item
  4. android:state_focused="true"
  5. android:state_pressed="true"
  6. android:drawable="@drawable/hfb_btn_pressed2" />
  7. <item
  8. android:state_focused="false"
  9. android:state_pressed="true"
  10. android:drawable="@drawable/hfb_btn_pressed2"/>
  11. <item
  12. android:state_focused="false"
  13. android:drawable="@drawable/hfb_btn_normal2" />
  14. </selector>