aboutsummaryrefslogtreecommitdiff
path: root/res/layout/notification.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-07-09 22:17:06 -0700
committerScott Jackson <daneren2005@gmail.com>2014-07-09 22:17:06 -0700
commit75e86f85947bbe0ebb7f48e3e0fb6a430e547ca7 (patch)
tree099b3d661577be7aa62558f7ccd301a7dd5be49c /res/layout/notification.xml
parent109c35a36ed0d382664f7a57c83914137f701caf (diff)
downloaddsub-75e86f85947bbe0ebb7f48e3e0fb6a430e547ca7.tar.gz
dsub-75e86f85947bbe0ebb7f48e3e0fb6a430e547ca7.tar.bz2
dsub-75e86f85947bbe0ebb7f48e3e0fb6a430e547ca7.zip
#376 Use the system selectable background for buttons
Diffstat (limited to 'res/layout/notification.xml')
-rw-r--r--res/layout/notification.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/notification.xml b/res/layout/notification.xml
index 55c7be2a..e4cec6fb 100644
--- a/res/layout/notification.xml
+++ b/res/layout/notification.xml
@@ -51,7 +51,7 @@
<ImageButton
android:id="@+id/control_previous"
android:src="@drawable/notification_previous"
- android:background="@drawable/btn_bg"
+ android:background="?android:selectableItemBackground"
android:layout_width="46dip"
android:layout_height="fill_parent"
android:layout_gravity="center|right"
@@ -62,7 +62,7 @@
<ImageButton
android:id="@+id/control_pause"
android:src="@drawable/notification_pause"
- android:background="@drawable/btn_bg"
+ android:background="?android:selectableItemBackground"
android:layout_width="46dip"
android:layout_height="fill_parent"
android:layout_gravity="center|right"
@@ -73,7 +73,7 @@
<ImageButton
android:id="@+id/control_next"
android:src="@drawable/notification_next"
- android:background="@drawable/btn_bg"
+ android:background="?android:selectableItemBackground"
android:layout_width="46dip"
android:layout_height="fill_parent"
android:layout_gravity="center|right"