summaryrefslogtreecommitdiffstats
path: root/QuickSettings/res/drawable/setting_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'QuickSettings/res/drawable/setting_background.xml')
-rw-r--r--QuickSettings/res/drawable/setting_background.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/QuickSettings/res/drawable/setting_background.xml b/QuickSettings/res/drawable/setting_background.xml
new file mode 100644
index 00000000..d105b83e
--- /dev/null
+++ b/QuickSettings/res/drawable/setting_background.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item android:state_focused="false">
+ <shape>
+ <solid android:color="@color/side_panel_background" />
+ </shape>
+ </item>
+
+ <item android:state_focused="true">
+ <shape>
+ <solid android:color="@color/side_panel_focused_background" />
+ </shape>
+ </item>
+
+</selector> \ No newline at end of file