We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b137c80 + 489f345 commit fa9fc5bCopy full SHA for fa9fc5b
core/res/res/layout/alert_dialog_holo.xml
@@ -67,7 +67,8 @@
67
android:layout_width="match_parent"
68
android:layout_height="wrap_content"
69
android:layout_weight="1"
70
- android:orientation="vertical">
+ android:orientation="vertical"
71
+ android:minHeight="64dp">
72
<ScrollView android:id="@+id/scrollView"
73
74
@@ -86,7 +87,8 @@
86
87
<FrameLayout android:id="@+id/customPanel"
88
89
- android:layout_weight="1">
90
+ android:layout_weight="1"
91
92
<FrameLayout android:id="@+android:id/custom"
93
94
android:layout_height="wrap_content" />
0 commit comments