1+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
2+ xmlns : tools =" http://schemas.android.com/tools"
3+ android : layout_width =" match_parent"
4+ android : layout_height =" match_parent"
5+ android : background =" #ffffff"
6+ android : orientation =" vertical" >
7+
8+ <include layout =" @layout/layout_title" />
9+
10+ <RelativeLayout
11+ android : id =" @+id/view_user"
12+ android : layout_width =" fill_parent"
13+ android : layout_height =" 120dip"
14+ android : layout_marginTop =" 40dp"
15+ android : padding =" 12dp" >
16+
17+ <RelativeLayout
18+ android : layout_width =" 100dip"
19+ android : layout_height =" 120dip"
20+ android : layout_centerInParent =" true" >
21+
22+ <ImageView
23+ android : id =" @+id/head"
24+ android : layout_width =" 90.0dip"
25+ android : layout_height =" 90.0dip"
26+ android : src =" @drawable/head" />
27+
28+
29+ <ImageView
30+ android : id =" @+id/img_edit"
31+ android : layout_width =" 35dp"
32+ android : layout_height =" 35dp"
33+ android : layout_alignParentRight =" true"
34+ android : layout_alignParentBottom =" true"
35+ android : src =" @drawable/jy_icon_resume" />
36+ </RelativeLayout >
37+ </RelativeLayout >
38+
39+ <EditText
40+ android : id =" @+id/edit_name"
41+ android : layout_width =" match_parent"
42+ android : layout_height =" 40dp"
43+ android : background =" @drawable/edittext_login"
44+ android : hint =" 请输入您的昵称"
45+ android : gravity =" center"
46+ android : layout_marginTop =" 10dp"
47+ android : layout_marginLeft =" 10dp"
48+ android : layout_marginRight =" 10dp"
49+ android : singleLine =" true"
50+ android : textColor =" @color/greenn"
51+ android : textColorHint =" @color/gray"
52+ android : textSize =" 16sp" />
53+ <Button
54+ android : id =" @+id/btn_start"
55+ android : layout_width =" match_parent"
56+ android : layout_height =" 45dp"
57+ android : layout_marginTop =" 40dp"
58+ android : layout_marginLeft =" 12dp"
59+ android : layout_marginRight =" 12dp"
60+ android : background =" @drawable/btn_bg_blue"
61+ android : paddingBottom =" 7dp"
62+ android : paddingTop =" 7dp"
63+ android : text =" 开始体验"
64+ android : textColor =" @android:color/white"
65+ android : textSize =" 18sp" />
66+
67+ </LinearLayout >
0 commit comments