From 4dac330a693c0aeae4c0cb737993dd1125666b73 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Wed, 2 May 2018 09:15:06 -0700 Subject: [PATCH] Fixed that some notifications were expandable by just a few pixels The minimum height for the content with an image was incorrect and was unnecessarily leading to the notification being expandable even though it shouldn't need to Test: add notification with single line, no actions, image, observe not expandable Change-Id: Ia0b5c976ccbee9d7419bb809123c348b310bc148 Fixes: 77823428 --- core/res/res/values/dimens.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/dimens.xml b/core/res/res/values/dimens.xml index c7b65ef578db5..791f7c68369f6 100644 --- a/core/res/res/values/dimens.xml +++ b/core/res/res/values/dimens.xml @@ -247,7 +247,7 @@ 72dp - 41dp + 39dp 48dp