diff options
| -rw-r--r-- | core/res/res/layout/notification_template_material_ambient.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout/notification_template_material_ambient.xml b/core/res/res/layout/notification_template_material_ambient.xml index 74f0e57c709b..76b3528d26fe 100644 --- a/core/res/res/layout/notification_template_material_ambient.xml +++ b/core/res/res/layout/notification_template_material_ambient.xml @@ -33,7 +33,8 @@ android:layout_gravity="top" android:layout_marginTop="@dimen/notification_content_margin_top" android:layout_marginBottom="@dimen/notification_action_list_height" - android:paddingTop="10dp" + android:paddingTop="4dp" + android:paddingBottom="6dp" android:clipToPadding="false" android:orientation="vertical"> |