From 489f3451e2a59e19a67fbb28da2dcbd028fc77d1 Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Sun, 16 Sep 2012 17:04:20 -0700 Subject: [PATCH] Add a minimum height of 64dp for AlertDialog content Bug 7094388 Change-Id: Ia4316c9d9d5971734c8930fcb1c4cd6ae3661a94 --- core/res/res/layout/alert_dialog_holo.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/res/res/layout/alert_dialog_holo.xml b/core/res/res/layout/alert_dialog_holo.xml index 7fc31d828c71b..3f1fa3c337b9c 100644 --- a/core/res/res/layout/alert_dialog_holo.xml +++ b/core/res/res/layout/alert_dialog_holo.xml @@ -67,7 +67,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" - android:orientation="vertical"> + android:orientation="vertical" + android:minHeight="64dp"> + android:layout_weight="1" + android:minHeight="64dp">