55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent" >
77
8- <ImageView
9- android : id =" @+id/account_image"
10- android : layout_margin =" 10dp"
11- android : layout_height =" 100dp"
12- android : layout_width =" 100dp"
13- android : layout_alignParentTop =" true"
14- android : layout_alignParentLeft =" true"
15- android : layout_alignParentStart =" true"
16- android : visibility =" invisible"
17- android : src =" @drawable/ic_account_circle_grey600_48dp" />
18-
19- <TextView
8+ <android .support.v7.widget.CardView
9+ android : id =" @+id/user_info_card"
2010 android : layout_width =" match_parent"
2111 android : layout_height =" wrap_content"
22- android : layout_toRightOf =" @+id/account_image"
23- android : layout_toEndOf =" @+id/account_image"
24- android : layout_alignTop =" @+id/account_image"
25- android : layout_alignBottom =" @+id/account_image"
12+ android : layout_marginTop =" 10dp"
2613 android : layout_marginLeft =" 10dp"
27- android : layout_marginStart =" 10dp"
28- android : gravity =" center_vertical"
29- android : textSize =" 30sp"
30- android : id =" @+id/dshare_username"
31- tools : text =" ne0fhyk" />
32-
33- <android .support.v7.widget.RecyclerView
34- android : layout_below =" @+id/account_image"
14+ android : layout_marginRight =" 10dp"
15+ android : layout_marginBottom =" 5dp" >
16+
17+ <RelativeLayout
18+ android : id =" @+id/user_info_container"
19+ android : layout_width =" match_parent"
20+ android : layout_height =" wrap_content"
21+ android : gravity =" center_vertical"
22+ android : background =" @drawable/clickable_bg"
23+ >
24+
25+ <ImageView
26+ android : id =" @+id/account_image"
27+ android : layout_margin =" 10dp"
28+ android : layout_height =" 70dp"
29+ android : layout_width =" 70dp"
30+ android : layout_alignParentTop =" true"
31+ android : layout_alignParentLeft =" true"
32+ android : layout_alignParentStart =" true"
33+ android : visibility =" visible"
34+ android : src =" @drawable/ic_account_circle_grey600_48dp" />
35+
36+ <TextView
37+ android : layout_width =" match_parent"
38+ android : layout_height =" wrap_content"
39+ android : layout_toRightOf =" @+id/account_image"
40+ android : layout_toEndOf =" @+id/account_image"
41+ android : layout_marginTop =" 15dp"
42+ android : gravity =" center_vertical"
43+ android : textSize =" 30sp"
44+ android : id =" @+id/dshare_username"
45+ tools : text =" ne0fhyk" />
46+
47+ <TextView
48+ android : id =" @+id/dshare_user_url"
49+ android : layout_width =" match_parent"
50+ android : layout_height =" wrap_content"
51+ android : layout_below =" @+id/dshare_username"
52+ android : layout_alignStart =" @+id/dshare_username"
53+ android : layout_alignLeft =" @+id/dshare_username"
54+ tools : text =" http://www.droneshare.com/user/test" />
55+ </RelativeLayout >
56+ </android .support.v7.widget.CardView>
57+
58+ <android .support.v7.widget.CardView
59+ android : layout_below =" @+id/user_info_card"
3560 android : layout_width =" match_parent"
3661 android : layout_height =" match_parent"
37- android : id =" @+id/user_vehicles_list"
38- android : fadeScrollbars =" true" />
62+ android : layout_marginBottom =" 10dp"
63+ android : layout_marginTop =" 5dp"
64+ android : layout_marginLeft =" 10dp"
65+ android : layout_marginRight =" 10dp" >
66+
67+ <LinearLayout
68+ android : layout_width =" match_parent"
69+ android : layout_height =" match_parent"
70+ android : orientation =" vertical" >
71+
72+ <TextView
73+ style =" ?android:attr/textAppearanceLarge"
74+ android : text =" @string/label_vehicle_details"
75+ android : layout_width =" match_parent"
76+ android : layout_height =" wrap_content"
77+ android : textColor =" @color/dark_grey"
78+ android : padding =" 15dp" />
79+
80+ <View
81+ android : layout_width =" match_parent"
82+ android : layout_height =" 2dp"
83+ android : background =" @color/light_grey"
84+ android : layout_marginBottom =" 10dp"
85+ />
86+
87+ <android .support.v7.widget.RecyclerView
88+ android : layout_width =" match_parent"
89+ android : layout_height =" match_parent"
90+ android : id =" @+id/user_vehicles_list"
91+ android : scrollbars =" vertical"
92+ android : scrollbarStyle =" insideInset"
93+ />
94+ </LinearLayout >
95+
96+ <org .droidplanner.android.widgets.NiceProgressView
97+ android : layout_width =" wrap_content"
98+ android : layout_height =" wrap_content"
99+ android : layout_gravity =" center"
100+ android : id =" @+id/vehicle_loading_progress"
101+ android : visibility =" gone"
102+ style =" ?android:progressBarStyleLarge" />
103+ </android .support.v7.widget.CardView>
39104
40105</RelativeLayout >
0 commit comments