aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/notification.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-07-18 18:06:13 -0700
committerScott Jackson <daneren2005@gmail.com>2015-07-18 18:06:13 -0700
commit74c78c326cad7a9869897a56636079bf9176b81f (patch)
treed86d2dc8bce4739150e93210fab72d5523e7e42d /app/src/main/res/layout/notification.xml
parentf64c71b7c9ce2a3521b43e548f91262340654ab2 (diff)
downloaddsub-74c78c326cad7a9869897a56636079bf9176b81f.tar.gz
dsub-74c78c326cad7a9869897a56636079bf9176b81f.tar.bz2
dsub-74c78c326cad7a9869897a56636079bf9176b81f.zip
Remove v11 styles + move to borderless background for buttons
Diffstat (limited to 'app/src/main/res/layout/notification.xml')
-rw-r--r--app/src/main/res/layout/notification.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/notification.xml b/app/src/main/res/layout/notification.xml
index 12efa4ec..e7c24acf 100644
--- a/app/src/main/res/layout/notification.xml
+++ b/app/src/main/res/layout/notification.xml
@@ -51,7 +51,7 @@
<ImageButton
android:id="@+id/control_previous"
android:src="@drawable/notification_previous"
- style="@style/BasicButton"
+ style="@style/NotificationButton"
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"
- style="@style/BasicButton"
+ style="@style/NotificationButton"
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"
- style="@style/BasicButton"
+ style="@style/NotificationButton"
android:layout_width="46dip"
android:layout_height="fill_parent"
android:layout_gravity="center|right"