File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2929 style =" @style/Base.TextAppearance.AppCompat.Title"
3030 android : layout_width =" wrap_content"
3131 android : layout_height =" wrap_content"
32+ android : layout_gravity =" center"
3233 android : text =" @string/select_instrument_title" />
3334
3435 <android .support.v7.widget.AppCompatSpinner
3536 android : id =" @+id/select_instrument_spinner"
36- android : layout_width =" wrap_content"
37- android : layout_height =" wrap_content" />
37+ android : layout_width =" match_parent"
38+ android : layout_height =" wrap_content"
39+ android : layout_gravity =" center"
40+ android : textAlignment =" center" />
3841
3942 </LinearLayout >
4043
4952 style =" @style/Base.TextAppearance.AppCompat.Title"
5053 android : layout_width =" wrap_content"
5154 android : layout_height =" wrap_content"
55+ android : layout_gravity =" center"
5256 android : text =" @string/time_interval_title" />
5357
5458 <EditText
5963 android : imeOptions =" actionDone"
6064 android : inputType =" number"
6165 android : textAlignment =" center"
66+ android : layout_gravity =" center"
6267 android : layout_weight =" 1" />
6368
6469 <android .support.v7.widget.AppCompatSpinner
You can’t perform that action at this time.
0 commit comments