File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
android : id =" @+id/spinner_description_languages"
11
11
android : layout_width =" 0dp"
12
12
android : layout_height =" wrap_content"
13
- android : layout_weight =" 3"
13
+ android : layout_gravity =" center_vertical"
14
+ android : layout_weight =" 4"
14
15
android : spinnerMode =" dialog" ></android .support.v7.widget.AppCompatSpinner>
15
16
16
17
<android .support.design.widget.TextInputLayout
17
18
android : layout_width =" 0dp"
18
19
android : layout_height =" wrap_content"
19
- android : layout_weight =" 7 " >
20
+ android : layout_weight =" 6 " >
20
21
21
22
<EditText
22
23
android : id =" @+id/et_description_text"
Original file line number Diff line number Diff line change 8
8
android : id =" @+id/ll_container_description_language"
9
9
android : orientation =" vertical" >
10
10
<TextView
11
+ android : textAlignment =" center"
11
12
android : id =" @+id/tv_language"
12
13
android : layout_width =" match_parent"
13
14
android : layout_height =" wrap_content"
You can’t perform that action at this time.
0 commit comments