Skip to content

Commit fa9fc5b

Browse files
adampAndroid (Google) Code Review
authored andcommitted
Merge "Add a minimum height of 64dp for AlertDialog content" into jb-mr1-dev
2 parents b137c80 + 489f345 commit fa9fc5b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/res/res/layout/alert_dialog_holo.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
android:layout_width="match_parent"
6868
android:layout_height="wrap_content"
6969
android:layout_weight="1"
70-
android:orientation="vertical">
70+
android:orientation="vertical"
71+
android:minHeight="64dp">
7172
<ScrollView android:id="@+id/scrollView"
7273
android:layout_width="match_parent"
7374
android:layout_height="wrap_content"
@@ -86,7 +87,8 @@
8687
<FrameLayout android:id="@+id/customPanel"
8788
android:layout_width="match_parent"
8889
android:layout_height="wrap_content"
89-
android:layout_weight="1">
90+
android:layout_weight="1"
91+
android:minHeight="64dp">
9092
<FrameLayout android:id="@+android:id/custom"
9193
android:layout_width="match_parent"
9294
android:layout_height="wrap_content" />

0 commit comments

Comments
 (0)