Skip to content

Commit e6ad12a

Browse files
Fabrice Di MeglioAndroid (Google) Code Review
authored andcommitted
Merge "Fix bug #5815381 [DA] [Android Gallery] [Cut string in "no-response" box]"
2 parents 1e34e1b + ff3aca3 commit e6ad12a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/res/res/layout/alert_dialog_holo.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
android:layoutDirection="locale"
109109
android:measureWithLargestChild="true">
110110
<Button android:id="@+id/button2"
111-
android:layout_width="0dip"
111+
android:layout_width="wrap_content"
112112
android:layout_gravity="left"
113113
android:layout_weight="1"
114114
android:maxLines="2"
@@ -117,7 +117,7 @@
117117
android:minHeight="@dimen/alert_dialog_button_bar_height"
118118
android:layout_height="wrap_content" />
119119
<Button android:id="@+id/button3"
120-
android:layout_width="0dip"
120+
android:layout_width="wrap_content"
121121
android:layout_gravity="center_horizontal"
122122
android:layout_weight="1"
123123
android:maxLines="2"
@@ -126,7 +126,7 @@
126126
android:minHeight="@dimen/alert_dialog_button_bar_height"
127127
android:layout_height="wrap_content" />
128128
<Button android:id="@+id/button1"
129-
android:layout_width="0dip"
129+
android:layout_width="wrap_content"
130130
android:layout_gravity="right"
131131
android:layout_weight="1"
132132
android:maxLines="2"

0 commit comments

Comments
 (0)