File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 21
21
android : orientation =" vertical" >
22
22
23
23
<LinearLayout
24
- android : layout_width =" wrap_content "
24
+ android : layout_width =" fill_parent "
25
25
android : layout_height =" 0dip"
26
26
android : layout_weight =" 1"
27
27
android : background =" @drawable/background"
164
164
</LinearLayout >
165
165
166
166
<LinearLayout
167
- android : layout_width =" wrap_content "
167
+ android : layout_width =" fill_parent "
168
168
android : layout_height =" wrap_content"
169
- android : background = " @drawable/background_key "
170
- android : orientation = " horizontal " >
169
+ android : gravity = " center "
170
+ android : background = " @drawable/background_key " >
171
171
172
172
<LinearLayout
173
173
android : layout_width =" wrap_content"
174
174
android : layout_height =" wrap_content"
175
- android : layout_gravity =" center"
176
175
android : orientation =" horizontal" >
177
176
178
177
<ImageButton
You can’t perform that action at this time.
0 commit comments