From 17fd64b340034e99eefe603b2c6ab250f7bc03e1 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Fri, 24 Feb 2017 16:27:20 -0800 Subject: [PATCH] Fixed an issue where the minimum height wasn't applied correctly Test: send multiple message on same thread, observe normal padding Change-Id: I6d4be7702de0b749963e236cbfa8c1f351742233 Fixes: 35672249 --- core/res/res/layout/notification_template_material_messaging.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/layout/notification_template_material_messaging.xml b/core/res/res/layout/notification_template_material_messaging.xml index b91021172f90..fd5154af3b0c 100644 --- a/core/res/res/layout/notification_template_material_messaging.xml +++ b/core/res/res/layout/notification_template_material_messaging.xml @@ -24,7 +24,7 @@ @@ -49,7 +50,6 @@ android:id="@+id/notification_messaging" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingBottom="@dimen/notification_content_margin_bottom" android:spacing="@dimen/notification_messaging_spacing" >