aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/notification.xml
diff options
context:
space:
mode:
authorKurt Hardin <kurthardin.dev@gmail.com>2012-09-07 11:59:10 -0700
committerKurt Hardin <kurthardin.dev@gmail.com>2012-09-07 11:59:10 -0700
commitbbcb485cd22d1875d487ba3abd39343623a6f84a (patch)
tree7f46b8232e0a09c5731cac9742e4fbb661d13d99 /subsonic-android/res/layout/notification.xml
parent3cb4b52070aad4803c121ac8b6abc9419836c89f (diff)
parentded5e86222e26cc80fe70ed5da4cfe0ed8bf8f54 (diff)
downloaddsub-bbcb485cd22d1875d487ba3abd39343623a6f84a.tar.gz
dsub-bbcb485cd22d1875d487ba3abd39343623a6f84a.tar.bz2
dsub-bbcb485cd22d1875d487ba3abd39343623a6f84a.zip
Merge commit 'ded5e86222e26cc80fe70ed5da4cfe0ed8bf8f54'
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"