aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/notification.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-09-05 21:50:55 -0700
committerScott Jackson <daneren2005@gmail.com>2012-09-05 21:50:55 -0700
commitd14ecff7fc21bd22a3a6a2191e00746b4a39b4a6 (patch)
tree6af953a3014a12ebea2ef3055372f9c3d6b76034 /subsonic-android/res/layout/notification.xml
parent2f528b6256ba01653f6f5ee10ec1b465bf2deeac (diff)
downloaddsub-d14ecff7fc21bd22a3a6a2191e00746b4a39b4a6.tar.gz
dsub-d14ecff7fc21bd22a3a6a2191e00746b4a39b4a6.tar.bz2
dsub-d14ecff7fc21bd22a3a6a2191e00746b4a39b4a6.zip
Background color change on notification button press
Diffstat (limited to 'subsonic-android/res/layout/notification.xml')
-rw-r--r--subsonic-android/res/layout/notification.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/subsonic-android/res/layout/notification.xml b/subsonic-android/res/layout/notification.xml
index a234f71e..2c65d7a0 100644
--- a/subsonic-android/res/layout/notification.xml
+++ b/subsonic-android/res/layout/notification.xml
@@ -60,7 +60,7 @@
<ImageButton
android:id="@+id/control_previous"
android:src="@drawable/notification_prev"
- android:background="@android:color/transparent"
+ android:background="@drawable/btn_bg"
android:layout_width="40dip"
android:layout_height="40dip"
android:layout_gravity="center|right"
@@ -71,7 +71,7 @@
<ImageButton
android:id="@+id/control_pause"
android:src="@drawable/notification_pause"
- android:background="@android:color/transparent"
+ android:background="@drawable/btn_bg"
android:layout_width="40dip"
android:layout_height="40dip"
android:layout_gravity="center|right"
@@ -82,7 +82,7 @@
<ImageButton
android:id="@+id/control_next"
android:src="@drawable/notification_next"
- android:background="@android:color/transparent"
+ android:background="@drawable/btn_bg"
android:layout_width="40dip"
android:layout_height="40dip"
android:layout_gravity="center|right"