From b21e5662d5a5ed09350d116950fe2c4bd5850b40 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Tue, 30 Sep 2014 17:07:25 -0700 Subject: [PATCH] Remove baked-in shadow insets from Material dialog minHeight We don't bake in shadows anymore, so this was making the minimum content area way too tall. BUG: 17700338 Change-Id: I728693654a6dc1c8d75a258746409b61639dccfc --- core/res/res/layout/alert_dialog_material.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/layout/alert_dialog_material.xml b/core/res/res/layout/alert_dialog_material.xml index 545d95eebb823..c96182853a165 100644 --- a/core/res/res/layout/alert_dialog_material.xml +++ b/core/res/res/layout/alert_dialog_material.xml @@ -56,7 +56,7 @@ android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical" - android:minHeight="64dp"> + android:minHeight="48dp"> + android:minHeight="48dp">