aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/drawable/repwifi_checkbox.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/drawable/repwifi_checkbox.xml')
-rw-r--r--app/res/drawable/repwifi_checkbox.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/res/drawable/repwifi_checkbox.xml b/app/res/drawable/repwifi_checkbox.xml
new file mode 100644
index 0000000..afe3b7f
--- /dev/null
+++ b/app/res/drawable/repwifi_checkbox.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item android:drawable="@drawable/checkmark"
+ android:state_checked="true"/>
+
+ <item android:drawable="@drawable/checkmark_frame"
+ android:state_checked="false" />
+
+</selector> \ No newline at end of file