From 7f8f9f1d3bf05935d0af50982e2af187188fb57e Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 18 Aug 2015 17:43:23 -0700 Subject: Update target version to 22, update notification for white theme --- app/src/main/res/layout/notification.xml | 10 +++--- app/src/main/res/layout/notification_expanded.xml | 40 ++++++++++------------- 2 files changed, 22 insertions(+), 28 deletions(-) (limited to 'app/src/main/res/layout') 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 @@ diff --git a/app/src/main/res/layout/notification_expanded.xml b/app/src/main/res/layout/notification_expanded.xml index bfd3c757..7b378e12 100644 --- a/app/src/main/res/layout/notification_expanded.xml +++ b/app/src/main/res/layout/notification_expanded.xml @@ -2,7 +2,7 @@ @@ -26,11 +26,11 @@ @@ -41,14 +41,13 @@ android:layout_height="wrap_content" android:src="@drawable/notification_close" style="@style/NotificationButton" - android:padding="10dip" android:layout_gravity="right" - android:visibility="gone"/> + android:visibility="invisible"/> - - + android:singleLine="true" + android:paddingBottom="10dp"/> + android:layout_height="1dp"/> + style="@style/NotificationLayoutDivider"> + android:src="@drawable/notification_backward" /> + android:src="@drawable/notification_pause" /> + android:src="@drawable/notification_forward" /> - -- cgit v1.2.3