aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/notification.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-08-18 17:43:23 -0700
committerScott Jackson <daneren2005@gmail.com>2015-08-18 17:43:23 -0700
commit7f8f9f1d3bf05935d0af50982e2af187188fb57e (patch)
tree8fdae9af240611cb5e9cf2605c01d704e11c784c /app/src/main/res/layout/notification.xml
parent1f9374f7fac51d13e87929c3f87705840be8c237 (diff)
downloaddsub-7f8f9f1d3bf05935d0af50982e2af187188fb57e.tar.gz
dsub-7f8f9f1d3bf05935d0af50982e2af187188fb57e.tar.bz2
dsub-7f8f9f1d3bf05935d0af50982e2af187188fb57e.zip
Update target version to 22, update notification for white theme
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>