You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CustoMIUIzer/app/src/main/res/drawable/btn_checkbox.xml

8 lines
498 B
XML

xmlns:android="http://schemas.android.com/apk/res/android">
android:drawable="@drawable/btn_checkbox_on_normal" android:state_checked="true" android:state_enabled="true" />
android:drawable="@drawable/btn_checkbox_on_disabled" android:state_checked="true" />
android:drawable="@drawable/btn_checkbox_off_normal" android:state_enabled="true" />
android:drawable="@drawable/btn_checkbox_off_disabled" />