From 7dbae837dedd90f3dbc1b6eafc8ef00c794234fd Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Wed, 22 Mar 2017 12:47:54 -0400 Subject: [PATCH] modify notification display --- .../layout-v21/layout_notification_expanded.xml | 4 ++-- .../res/layout/layout_notification_expanded.xml | 16 ++++++++++------ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/layout-v21/layout_notification_expanded.xml b/app/src/main/res/layout-v21/layout_notification_expanded.xml index 179b95ec..e5a75efc 100644 --- a/app/src/main/res/layout-v21/layout_notification_expanded.xml +++ b/app/src/main/res/layout-v21/layout_notification_expanded.xml @@ -73,7 +73,7 @@ android:singleLine="true" android:ellipsize="marquee" android:fadingEdge="horizontal" - android:textAppearance="@style/NotificationText" + android:textAppearance="@style/NotificationTitle" /> @@ -62,7 +65,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:layout_marginStart="8dp" + android:layout_marginStart="8dp" + android:layout_marginLeft="8dp" > @@ -115,7 +118,8 @@ android:layout_height="wrap_content" android:layout_marginTop="-2dp" android:layout_marginBottom="-2dp" - android:layout_marginStart="8dp" + android:layout_marginStart="8dp" + android:layout_marginLeft="8dp" android:fadingEdge="horizontal" />