1919 android : lines =" 6"
2020 android : textColor =" @android:color/black"
2121 android : textSize =" 16sp"
22- bootstrapbutton : be_roundedCorners =" true"
2322 bootstrapbutton : be_state =" primary" >
2423
2524 <requestFocus />
2625 </com .beardedhen.androidbootstrap.BootstrapEditText>
2726
27+ <com .beardedhen.androidbootstrap.BootstrapEditText
28+ android : id =" @+id/et_user_contact"
29+ android : layout_width =" match_parent"
30+ android : layout_height =" wrap_content"
31+ android : layout_margin =" 10dp"
32+ android : gravity =" left|center_vertical"
33+ android : hint =" 你的联系方式(邮箱,选填)"
34+ android : singleLine =" true"
35+ android : textColor =" @android:color/black"
36+ android : textSize =" 16sp"
37+ bootstrapbutton : be_state =" primary" >
38+
39+ </com .beardedhen.androidbootstrap.BootstrapEditText>
40+
2841 <RadioGroup
2942 android : id =" @+id/rg_type"
3043 android : layout_width =" match_parent"
5467 android : layout_gravity =" center_horizontal"
5568 android : layout_margin =" 10dp"
5669 android : text =" 提 交"
57- android : textSize =" 16sp "
70+ android : textSize =" 18sp "
5871 bootstrapbutton : bb_type =" primary" />
5972
6073 <TextView
6174 android : layout_width =" wrap_content"
6275 android : layout_height =" 0dp"
6376 android : layout_margin =" 10dp"
77+ android : layout_marginBottom =" 2dp"
6478 android : layout_weight =" 1"
6579 android : gravity =" bottom|left"
66- android : layout_marginBottom =" 2dp"
67- android : textSize =" 12sp"
68- android : text =" * 你的错误反馈/意见建议能帮我们打造更好的应用" />
80+ android : text =" * 你的错误反馈/意见建议能帮我们打造更好的应用"
81+ android : textSize =" 12sp" />
6982
7083</LinearLayout >
0 commit comments