summaryrefslogtreecommitdiffstats
path: root/res/drawable/filtershow_button_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/filtershow_button_background.xml')
-rw-r--r--res/drawable/filtershow_button_background.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/drawable/filtershow_button_background.xml b/res/drawable/filtershow_button_background.xml
new file mode 100644
index 000000000..ee8a92dd9
--- /dev/null
+++ b/res/drawable/filtershow_button_background.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item android:drawable="@android:color/holo_blue_light" android:state_pressed="true"/>
+ <item android:drawable="@drawable/filtershow_button_selected_background" android:state_selected="true"/>
+ <item android:drawable="@android:color/transparent" android:state_selected="false"/>
+
+</selector> \ No newline at end of file