hisense_btn_check_selector.xml 346 B

1234567
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <selector xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item android:drawable="@drawable/hisense_btn_check_buttonless_off" android:state_checked="false"></item>
  4. <item android:drawable="@drawable/hisense_btn_check_buttonless_on" android:state_checked="true"></item>
  5. </selector>