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 e5a75efc..71770d02 100644 --- a/app/src/main/res/layout-v21/layout_notification_expanded.xml +++ b/app/src/main/res/layout-v21/layout_notification_expanded.xml @@ -18,8 +18,8 @@ xmlns:internal="http://schemas.android.com/apk/prv/res/android" android:id="@+id/status_bar_latest_event_content" android:layout_width="match_parent" - android:layout_height="wrap_content" - android:background="#333333" + android:layout_height="wrap_content" + android:background="#545454" > diff --git a/app/src/main/res/layout/layout_notification_expanded.xml b/app/src/main/res/layout/layout_notification_expanded.xml index c2a9c9ef..9f72beb1 100644 --- a/app/src/main/res/layout/layout_notification_expanded.xml +++ b/app/src/main/res/layout/layout_notification_expanded.xml @@ -29,10 +29,10 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="fill_vertical" - android:layout_marginStart="@dimen/notification_large_icon_width" + android:layout_marginLeft="@dimen/notification_large_icon_width" android:minHeight="@dimen/notification_large_icon_height" android:orientation="vertical" - android:paddingEnd="8dp" + android:paddingLeft="8dp" android:paddingTop="2dp" android:paddingBottom="2dp" android:gravity="top" @@ -42,7 +42,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="6dp" - android:layout_marginStart="8dp" + android:layout_marginLeft="8dp" android:orientation="horizontal" > @@ -115,7 +115,7 @@ android:layout_height="wrap_content" android:layout_marginTop="-2dp" android:layout_marginBottom="-2dp" - android:layout_marginStart="8dp" + android:layout_marginLeft="8dp" android:fadingEdge="horizontal" />