aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/notification_expanded.xml
diff options
context:
space:
mode:
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>