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" />