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