1919 app : civ_border_width =" 10dp" />
2020
2121 <android .support.design.widget.TextInputLayout
22- style = " @style/Widget.MaterialComponents.TextInputLayout.OutlineBox "
22+
2323 android : layout_width =" match_parent"
2424 android : layout_height =" wrap_content"
2525 android : textColor =" @color/colorWhite"
2626 android : textColorHint =" @android:color/white" >
2727
2828 <android .support.design.widget.TextInputEditText
2929 android : id =" @+id/name"
30- android : autoSizeTextType =" uniform"
3130 android : layout_width =" match_parent"
3231 android : layout_height =" wrap_content"
33- android : layout_marginTop =" 16dp"
3432 android : layout_marginBottom =" 8dp"
33+ android : layout_marginTop =" 16dp"
34+ android : autoSizeTextType =" uniform"
3535 android : hint =" Name"
3636 android : inputType =" text"
3737 android : textColor =" @color/colorWhite"
3838 android : textColorHint =" @android:color/white" />
3939 </android .support.design.widget.TextInputLayout>
4040
4141 <android .support.design.widget.TextInputLayout
42- style = " @style/Widget.MaterialComponents.TextInputLayout.OutlineBox "
42+
4343 android : layout_width =" match_parent"
4444 android : layout_height =" wrap_content"
4545 android : textColor =" @color/colorWhite"
4646 android : textColorHint =" @android:color/white" >
4747
4848 <android .support.design.widget.TextInputEditText
49- android : autoSizeTextType =" uniform"
5049 android : id =" @+id/age"
5150 android : layout_width =" match_parent"
5251 android : layout_height =" wrap_content"
5352 android : layout_marginBottom =" 8dp"
53+ android : autoSizeTextType =" uniform"
5454 android : hint =" Age"
5555 android : inputType =" number"
5656 android : textColor =" @color/colorWhite"
5757 android : textColorHint =" @android:color/white" />
5858 </android .support.design.widget.TextInputLayout>
5959
6060 <android .support.design.widget.TextInputLayout
61- style =" @style/Widget.MaterialComponents.TextInputLayout.OutlineBox"
6261 android : layout_width =" match_parent"
6362 android : layout_height =" wrap_content"
6463 android : textColor =" @color/colorWhite"
6564 android : textColorHint =" @android:color/white" >
6665
6766 <android .support.design.widget.TextInputEditText
68- android : autoSizeTextType =" uniform"
6967 android : id =" @+id/weight"
7068 android : layout_width =" match_parent"
7169 android : layout_height =" wrap_content"
7270 android : layout_marginBottom =" 8dp"
71+ android : autoSizeTextType =" uniform"
7372 android : hint =" Weight"
7473 android : inputType =" numberDecimal"
7574 android : textColor =" @color/colorWhite"
7675 android : textColorHint =" @android:color/white" />
7776 </android .support.design.widget.TextInputLayout>
77+
7878 <android .support.design.widget.TextInputLayout
79- style =" @style/Widget.MaterialComponents.TextInputLayout.OutlineBox"
8079 android : layout_width =" match_parent"
8180 android : layout_height =" wrap_content"
8281 android : textColor =" @color/colorWhite"
8382 android : textColorHint =" @android:color/white" >
8483
8584 <android .support.design.widget.TextInputEditText
86- android : autoSizeTextType =" uniform"
8785 android : id =" @+id/height"
8886 android : layout_width =" match_parent"
8987 android : layout_height =" wrap_content"
9088 android : layout_marginBottom =" 8dp"
89+ android : autoSizeTextType =" uniform"
9190 android : hint =" @string/height"
9291 android : inputType =" numberDecimal"
9392 android : textColor =" @color/colorWhite"
9493 android : textColorHint =" @android:color/white" />
9594 </android .support.design.widget.TextInputLayout>
95+
9696 <Button
9797 android : id =" @+id/confirm"
98- android : autoSizeTextType =" uniform"
99- style =" @style/Widget.MaterialComponents.Button"
10098 android : layout_width =" match_parent"
99+
101100 android : layout_height =" wrap_content"
102101 android : layout_gravity =" bottom"
103102 android : layout_marginTop =" 50dp"
103+ android : autoSizeTextType =" uniform"
104104 android : text =" save" />
105105
106106 <Button
107107 android : id =" @+id/back"
108- android : autoSizeTextType =" uniform"
109- style =" @style/Widget.MaterialComponents.Button"
110108 android : layout_width =" match_parent"
111109 android : layout_height =" wrap_content"
112110 android : layout_gravity =" bottom"
113- android : text = " back "
114- />
111+ android : autoSizeTextType = " uniform "
112+ android : text = " back " />
115113
116114
117115</LinearLayout >
0 commit comments