umeng_update_button_check_selector.xml 1.6 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <selector xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <item android:state_checked="true" android:state_window_focused="false"
  4. android:state_enabled="true"
  5. android:drawable="@drawable/umeng_update_btn_check_on_holo_light" />
  6. <item android:state_checked="false" android:state_window_focused="false"
  7. android:state_enabled="true"
  8. android:drawable="@drawable/umeng_update_btn_check_off_holo_light" />
  9. <item android:state_checked="true" android:state_pressed="true"
  10. android:state_enabled="true"
  11. android:drawable="@drawable/umeng_update_btn_check_on_pressed_holo_light" />
  12. <item android:state_checked="false" android:state_pressed="true"
  13. android:state_enabled="true"
  14. android:drawable="@drawable/umeng_update_btn_check_off_pressed_holo_light" />
  15. <item android:state_checked="true" android:state_focused="true"
  16. android:state_enabled="true"
  17. android:drawable="@drawable/umeng_update_btn_check_on_focused_holo_light" />
  18. <item android:state_checked="false" android:state_focused="true"
  19. android:state_enabled="true"
  20. android:drawable="@drawable/umeng_update_btn_check_off_focused_holo_light" />
  21. <item android:state_checked="false"
  22. android:state_enabled="true"
  23. android:drawable="@drawable/umeng_update_btn_check_off_holo_light" />
  24. <item android:state_checked="true"
  25. android:state_enabled="true"
  26. android:drawable="@drawable/umeng_update_btn_check_on_holo_light" />
  27. </selector>