aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/notification_expanded.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_expanded.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_expanded.xml')
-rw-r--r--app/src/main/res/layout/notification_expanded.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/notification_expanded.xml b/app/src/main/res/layout/notification_expanded.xml
index aa9fe759..79d694db 100644
--- a/app/src/main/res/layout/notification_expanded.xml
+++ b/app/src/main/res/layout/notification_expanded.xml
@@ -40,7 +40,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/notification_close"
- style="@style/BasicButton"
+ style="@style/NotificationButton"
android:padding="10dip"
android:layout_gravity="right"
android:visibility="gone"/>
@@ -91,7 +91,7 @@
android:layout_gravity="center"
android:layout_weight="1"
android:padding="10dip"
- style="@style/BasicButton"
+ style="@style/NotificationButton"
android:scaleType="fitCenter"
android:src="@drawable/notification_previous" />
@@ -102,7 +102,7 @@
android:layout_gravity="center"
android:layout_weight="1"
android:padding="10dip"
- style="@style/BasicButton"
+ style="@style/NotificationButton"
android:scaleType="fitCenter"
android:src="@drawable/notification_pause" />
@@ -113,7 +113,7 @@
android:layout_gravity="center"
android:layout_weight="1"
android:padding="10dip"
- style="@style/BasicButton"
+ style="@style/NotificationButton"
android:scaleType="fitCenter"
android:src="@drawable/notification_next" />
</LinearLayout>