From 5e76c6aad3e566b567942eed378875b5b8022aa7 Mon Sep 17 00:00:00 2001 From: Adrian Roos Date: Tue, 25 Apr 2017 16:09:27 -0700 Subject: [PATCH] AOD: Fix layout Top had too much padding, while bottom had too little. Now looking as spec'd. Bug: 30876804 Test: Trigger Ambient Display, observe that layout matches mocks. Change-Id: I3ef5e7fba5ca3fbb1b6e800ed11cbe9885c1830e --- core/res/res/layout/notification_template_material_ambient.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/res/res/layout/notification_template_material_ambient.xml b/core/res/res/layout/notification_template_material_ambient.xml index 74f0e57c709ba..76b3528d26fe0 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">