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