From f4be9c7a96578f33b3a810c8a5b86458735907f8 Mon Sep 17 00:00:00 2001 From: Adrian Roos Date: Tue, 17 May 2016 16:01:44 -0700 Subject: [PATCH] Fix cut off actions in messaging style Change-Id: Iaa21620b8f150f1d9f747162c063e4c8d77176f6 Fixes: 28767094 --- .../res/res/layout/notification_template_material_messaging.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/layout/notification_template_material_messaging.xml b/core/res/res/layout/notification_template_material_messaging.xml index 7d718e0db991a..d95ff056c22a6 100644 --- a/core/res/res/layout/notification_template_material_messaging.xml +++ b/core/res/res/layout/notification_template_material_messaging.xml @@ -50,7 +50,7 @@ android:layout_height="wrap_content" android:paddingBottom="@dimen/notification_content_margin_bottom" android:spacing="@dimen/notification_messaging_spacing" - android:maxHeight="212dp"> + android:maxHeight="165dp">