aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/notification.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/notification.xml')
-rw-r--r--app/src/main/res/layout/notification.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/layout/notification.xml b/app/src/main/res/layout/notification.xml
index 7e1c98bf..4a89db49 100644
--- a/app/src/main/res/layout/notification.xml
+++ b/app/src/main/res/layout/notification.xml
@@ -23,7 +23,7 @@
<TextView
android:id="@+id/notification_title"
- style="@android:style/TextAppearance.StatusBar.EventContent.Title"
+ style="@style/NotificationText.Title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
@@ -33,7 +33,7 @@
<TextView
android:id="@+id/notification_artist"
- style="@android:style/TextAppearance.StatusBar.EventContent"
+ style="@style/NotificationText.Content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
@@ -50,18 +50,18 @@
<ImageButton
android:id="@+id/control_previous"
- android:src="@drawable/media_backward_dark"
+ android:src="@drawable/notification_backward"
style="@style/NotificationButton"/>
<ImageButton
android:id="@+id/control_pause"
- android:src="@drawable/media_pause_dark"
+ android:src="@drawable/notification_pause"
style="@style/NotificationButton"
android:layout_width="54dip"
android:padding="0dip"/>
<ImageButton
android:id="@+id/control_next"
- android:src="@drawable/media_forward_dark"
+ android:src="@drawable/notification_forward"
style="@style/NotificationButton"/>
</LinearLayout>