File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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"
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"
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"
You can’t perform that action at this time.
0 commit comments