aboutsummaryrefslogtreecommitdiff
path: root/res/layout/notification.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-07-16 18:12:36 -0700
committerScott Jackson <daneren2005@gmail.com>2014-07-16 18:12:36 -0700
commit3eaf90cd71fc9ab4ab48207b725c242ae212d2e8 (patch)
treee21bea364d091c743dab4da221070f4745c2aab7 /res/layout/notification.xml
parent3f74c6b9523125ade8f93fe3803de0a36cf1b251 (diff)
parent7d42213e761b44d4a3071ccf31555acd2089b904 (diff)
downloaddsub-3eaf90cd71fc9ab4ab48207b725c242ae212d2e8.tar.gz
dsub-3eaf90cd71fc9ab4ab48207b725c242ae212d2e8.tar.bz2
dsub-3eaf90cd71fc9ab4ab48207b725c242ae212d2e8.zip
Merge branch 'GB'
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 e4cec6fb..12efa4ec 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="?android:selectableItemBackground"
+ style="@style/BasicButton"
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="?android:selectableItemBackground"
+ style="@style/BasicButton"
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="?android:selectableItemBackground"
+ style="@style/BasicButton"
android:layout_width="46dip"
android:layout_height="fill_parent"
android:layout_gravity="center|right"