aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/drawable/widget_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/drawable/widget_background.xml')
-rw-r--r--subsonic-android/res/drawable/widget_background.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/subsonic-android/res/drawable/widget_background.xml b/subsonic-android/res/drawable/widget_background.xml
new file mode 100644
index 00000000..fe641900
--- /dev/null
+++ b/subsonic-android/res/drawable/widget_background.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true"
+ android:drawable="@drawable/appwidget_overlay" />
+
+ <item android:state_focused="true" android:state_enabled="true"
+ android:state_window_focused="true"
+ android:drawable="@drawable/appwidget_overlay" />
+
+ <item android:drawable="@drawable/appwidget_bg" />
+</selector>
+