aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/switch_back_off.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-07-20 23:04:07 +0200
committerChristian S <christian@pix-art.de>2015-07-20 23:04:07 +0200
commit5ffeed8edb2ad89f942631b93472282313d1559b (patch)
tree5be64514c3a3452101b90fecd0cb829474528dc8 /src/main/res/drawable/switch_back_off.xml
parent7640c4d1d44ef9d83be4ad23ae4481879d0c351b (diff)
parent8be0e8a27ddd4d55a48a38efc5434a581be6f1b3 (diff)
copy commits
Diffstat (limited to 'src/main/res/drawable/switch_back_off.xml')
-rw-r--r--src/main/res/drawable/switch_back_off.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/res/drawable/switch_back_off.xml b/src/main/res/drawable/switch_back_off.xml
new file mode 100644
index 000000000..20d2fb146
--- /dev/null
+++ b/src/main/res/drawable/switch_back_off.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item android:state_enabled="false"><shape android:shape="rectangle">
+ <solid android:color="#D5D5D5" />
+
+ <corners android:radius="99dp" />
+ </shape></item>
+ <item android:state_enabled="true"><shape android:shape="rectangle">
+ <solid android:color="#939393" />
+
+ <corners android:radius="99dp" />
+ </shape></item>
+
+</selector> \ No newline at end of file