|
|
@ -1,10 +1,11 @@
|
|
1
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
2
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
3
|
xmlns:tools="http://schemas.android.com/tools"
|
|
3
|
4
|
android:layout_width="match_parent"
|
|
4
|
5
|
android:layout_height="match_parent"
|
|
5
|
|
android:orientation="vertical"
|
|
6
|
6
|
android:focusable="true"
|
|
7
|
|
android:focusableInTouchMode="true">
|
|
|
7
|
android:focusableInTouchMode="true"
|
|
|
8
|
android:orientation="vertical">
|
|
8
|
9
|
|
|
9
|
10
|
<RelativeLayout
|
|
10
|
11
|
android:layout_width="fill_parent"
|
|
|
@ -17,10 +18,10 @@
|
|
17
|
18
|
android:layout_height="match_parent"
|
|
18
|
19
|
android:layout_centerVertical="true"
|
|
19
|
20
|
android:contentDescription="@null"
|
|
20
|
|
android:paddingBottom="4dp"
|
|
21
|
21
|
android:paddingLeft="16dp"
|
|
22
|
|
android:paddingRight="16dp"
|
|
23
|
22
|
android:paddingTop="4dp"
|
|
|
23
|
android:paddingRight="16dp"
|
|
|
24
|
android:paddingBottom="4dp"
|
|
24
|
25
|
android:src="@drawable/icon_lvback1119" />
|
|
25
|
26
|
|
|
26
|
27
|
<TextView
|
|
|
@ -36,18 +37,18 @@
|
|
36
|
37
|
android:id="@+id/iv_right"
|
|
37
|
38
|
android:layout_width="wrap_content"
|
|
38
|
39
|
android:layout_height="match_parent"
|
|
39
|
|
android:paddingBottom="4dp"
|
|
|
40
|
android:layout_alignParentTop="true"
|
|
|
41
|
android:layout_alignParentEnd="true"
|
|
|
42
|
android:layout_alignParentRight="true"
|
|
|
43
|
android:gravity="center"
|
|
40
|
44
|
android:paddingLeft="16dp"
|
|
41
|
|
android:paddingRight="16dp"
|
|
42
|
45
|
android:paddingTop="4dp"
|
|
43
|
|
android:textSize="15sp"
|
|
44
|
|
android:visibility="gone"
|
|
|
46
|
android:paddingRight="16dp"
|
|
|
47
|
android:paddingBottom="4dp"
|
|
45
|
48
|
android:text="跳过"
|
|
46
|
|
android:gravity="center"
|
|
47
|
49
|
android:textColor="@color/white"
|
|
48
|
|
android:layout_alignParentTop="true"
|
|
49
|
|
android:layout_alignParentRight="true"
|
|
50
|
|
android:layout_alignParentEnd="true" />
|
|
|
50
|
android:textSize="15sp"
|
|
|
51
|
android:visibility="gone" />
|
|
51
|
52
|
</RelativeLayout>
|
|
52
|
53
|
|
|
53
|
54
|
|
|
|
@ -70,38 +71,40 @@
|
|
70
|
71
|
android:layout_width="fill_parent"
|
|
71
|
72
|
android:layout_height="62dp"
|
|
72
|
73
|
android:background="@color/white">
|
|
|
74
|
|
|
73
|
75
|
<TextView
|
|
74
|
76
|
android:layout_width="wrap_content"
|
|
75
|
77
|
android:layout_height="match_parent"
|
|
|
78
|
android:gravity="center"
|
|
|
79
|
android:paddingLeft="15dp"
|
|
76
|
80
|
android:text="头像"
|
|
77
|
81
|
android:textColor="@color/title_row"
|
|
78
|
|
android:textSize="15sp"
|
|
79
|
|
android:paddingLeft="15dp"
|
|
80
|
|
android:gravity="center"/>
|
|
|
82
|
android:textSize="15sp" />
|
|
81
|
83
|
|
|
82
|
84
|
<com.electric.chargingpile.view.RoundImageView
|
|
83
|
85
|
android:id="@+id/iv_user_icon"
|
|
84
|
86
|
android:layout_width="45dp"
|
|
85
|
87
|
android:layout_height="45dp"
|
|
86
|
|
android:src="@drawable/icon_face2_0"
|
|
87
|
|
android:layout_centerVertical="true"
|
|
88
|
|
android:layout_alignParentRight="true"
|
|
89
|
88
|
android:layout_alignParentEnd="true"
|
|
|
89
|
android:layout_alignParentRight="true"
|
|
|
90
|
android:layout_centerVertical="true"
|
|
|
91
|
android:layout_marginEnd="32dp"
|
|
90
|
92
|
android:layout_marginRight="32dp"
|
|
91
|
|
android:layout_marginEnd="32dp" />
|
|
|
93
|
android:src="@drawable/icon_face2_0" />
|
|
|
94
|
|
|
92
|
95
|
<ImageView
|
|
93
|
96
|
android:layout_width="wrap_content"
|
|
94
|
97
|
android:layout_height="match_parent"
|
|
95
|
|
android:src="@drawable/icon_more2_0"
|
|
96
|
|
android:layout_centerVertical="true"
|
|
97
|
|
android:layout_alignParentRight="true"
|
|
98
|
98
|
android:layout_alignParentEnd="true"
|
|
|
99
|
android:layout_alignParentRight="true"
|
|
|
100
|
android:layout_centerVertical="true"
|
|
|
101
|
android:layout_marginEnd="15dp"
|
|
99
|
102
|
android:layout_marginRight="15dp"
|
|
100
|
|
android:layout_marginEnd="15dp" />
|
|
101
|
|
|
|
|
103
|
android:src="@drawable/icon_more2_0" />
|
|
102
|
104
|
|
|
103
|
105
|
|
|
104
|
106
|
</RelativeLayout>
|
|
|
107
|
|
|
105
|
108
|
<View
|
|
106
|
109
|
android:layout_width="match_parent"
|
|
107
|
110
|
android:layout_height="0.5dp"
|
|
|
@ -112,208 +115,166 @@
|
|
112
|
115
|
android:layout_width="fill_parent"
|
|
113
|
116
|
android:layout_height="45dp"
|
|
114
|
117
|
android:background="@color/white">
|
|
|
118
|
|
|
115
|
119
|
<TextView
|
|
116
|
120
|
android:layout_width="wrap_content"
|
|
117
|
121
|
android:layout_height="match_parent"
|
|
|
122
|
android:gravity="center"
|
|
|
123
|
android:paddingLeft="15dp"
|
|
118
|
124
|
android:text="昵称"
|
|
119
|
125
|
android:textColor="@color/title_row"
|
|
120
|
|
android:textSize="15sp"
|
|
121
|
|
android:paddingLeft="15dp"
|
|
122
|
|
android:gravity="center"/>
|
|
|
126
|
android:textSize="15sp" />
|
|
123
|
127
|
|
|
124
|
128
|
<EditText
|
|
125
|
129
|
android:id="@+id/et_nickName"
|
|
126
|
130
|
android:layout_width="wrap_content"
|
|
127
|
131
|
android:layout_height="130px"
|
|
128
|
|
android:background="@color/white"
|
|
129
|
|
android:hint="请输入昵称"
|
|
|
132
|
android:layout_alignParentTop="true"
|
|
|
133
|
android:layout_alignParentEnd="true"
|
|
130
|
134
|
|
|
|
135
|
android:layout_alignParentRight="true"
|
|
|
136
|
android:layout_marginEnd="15dp"
|
|
|
137
|
android:layout_marginRight="15dp"
|
|
|
138
|
android:background="@color/white"
|
|
131
|
139
|
android:gravity="center|right"
|
|
|
140
|
android:hint="请输入昵称"
|
|
|
141
|
android:maxLength="16"
|
|
132
|
142
|
android:singleLine="true"
|
|
133
|
|
android:textColorHint="@color/ui_68"
|
|
134
|
143
|
android:textColor="@color/ui_62"
|
|
135
|
|
android:textSize="15sp"
|
|
136
|
|
android:maxLength="16"
|
|
137
|
|
android:layout_alignParentTop="true"
|
|
138
|
|
android:layout_alignParentRight="true"
|
|
139
|
|
android:layout_alignParentEnd="true"
|
|
140
|
|
android:layout_marginRight="15dp"
|
|
141
|
|
android:layout_marginEnd="15dp" />
|
|
|
144
|
android:textColorHint="@color/ui_68"
|
|
|
145
|
android:textSize="15sp" />
|
|
142
|
146
|
|
|
143
|
147
|
</RelativeLayout>
|
|
144
|
148
|
|
|
145
|
149
|
<View
|
|
146
|
150
|
android:layout_width="match_parent"
|
|
147
|
151
|
android:layout_height="0.5dp"
|
|
148
|
|
android:background="@color/ui_line"
|
|
149
|
152
|
android:layout_marginLeft="15dp"
|
|
150
|
|
android:visibility="visible"/>
|
|
151
|
|
|
|
|
153
|
android:background="@color/ui_line"
|
|
|
154
|
android:visibility="visible" />
|
|
152
|
155
|
|
|
153
|
156
|
|
|
154
|
157
|
<RelativeLayout
|
|
155
|
|
android:id="@+id/rl_isBuy"
|
|
|
158
|
android:id="@+id/go_certificate"
|
|
156
|
159
|
android:layout_width="fill_parent"
|
|
157
|
|
android:background="@color/white"
|
|
158
|
160
|
android:layout_height="45dp"
|
|
|
161
|
android:background="@color/white"
|
|
159
|
162
|
android:visibility="visible">
|
|
|
163
|
|
|
160
|
164
|
<TextView
|
|
|
165
|
android:id="@+id/go_title"
|
|
161
|
166
|
android:layout_width="wrap_content"
|
|
162
|
167
|
android:layout_height="match_parent"
|
|
163
|
|
android:text="是否购买新能源汽车"
|
|
|
168
|
android:gravity="center"
|
|
|
169
|
android:paddingLeft="15dp"
|
|
164
|
170
|
android:textColor="@color/title_row"
|
|
165
|
171
|
android:textSize="15sp"
|
|
166
|
|
android:paddingLeft="15dp"
|
|
167
|
|
android:gravity="center"/>
|
|
|
172
|
android:text="去认证车主(获得充电优惠)" />
|
|
168
|
173
|
|
|
169
|
174
|
<TextView
|
|
170
|
|
android:id="@+id/tv_buy"
|
|
|
175
|
android:id="@+id/go_desc"
|
|
171
|
176
|
android:layout_width="wrap_content"
|
|
172
|
177
|
android:layout_height="45dp"
|
|
|
178
|
android:layout_alignParentTop="true"
|
|
|
179
|
android:layout_alignParentEnd="true"
|
|
|
180
|
android:layout_alignParentRight="true"
|
|
|
181
|
android:layout_marginEnd="15dp"
|
|
|
182
|
android:layout_marginRight="15dp"
|
|
173
|
183
|
android:background="@color/white"
|
|
174
|
|
android:text="未购买"
|
|
175
|
|
android:hint="请选择"
|
|
176
|
184
|
android:gravity="center|right"
|
|
177
|
185
|
android:singleLine="true"
|
|
178
|
|
android:textColorHint="@color/ui_68"
|
|
|
186
|
tools:text="审核中"
|
|
179
|
187
|
android:textColor="@color/ui_62"
|
|
180
|
|
android:textSize="15sp"
|
|
181
|
|
android:layout_alignParentTop="true"
|
|
182
|
|
android:layout_marginRight="8dp"
|
|
183
|
|
android:layout_toLeftOf="@+id/imageView14"
|
|
184
|
|
android:layout_toStartOf="@+id/imageView14" />
|
|
|
188
|
android:textColorHint="@color/ui_68"
|
|
|
189
|
android:textSize="15sp" />
|
|
185
|
190
|
|
|
186
|
191
|
<ImageView
|
|
|
192
|
android:id="@+id/go_cursor"
|
|
187
|
193
|
android:layout_width="wrap_content"
|
|
188
|
194
|
android:layout_height="match_parent"
|
|
189
|
|
android:src="@drawable/icon_more2_0"
|
|
190
|
|
android:layout_centerVertical="true"
|
|
191
|
|
android:layout_alignParentRight="true"
|
|
192
|
195
|
android:layout_alignParentEnd="true"
|
|
|
196
|
android:layout_alignParentRight="true"
|
|
|
197
|
android:layout_centerVertical="true"
|
|
193
|
198
|
android:layout_marginRight="15dp"
|
|
194
|
|
android:id="@+id/imageView14" />
|
|
|
199
|
android:src="@drawable/icon_more2_0" />
|
|
195
|
200
|
|
|
196
|
201
|
</RelativeLayout>
|
|
197
|
202
|
|
|
198
|
203
|
<View
|
|
199
|
204
|
android:layout_width="match_parent"
|
|
200
|
205
|
android:layout_height="0.5dp"
|
|
201
|
|
android:background="@color/ui_line"
|
|
202
|
206
|
android:layout_marginLeft="15dp"
|
|
203
|
|
android:visibility="visible"/>
|
|
204
|
|
|
|
205
|
|
|
|
206
|
|
|
|
207
|
|
<RelativeLayout
|
|
208
|
|
android:id="@+id/rl_select_car"
|
|
209
|
|
android:layout_width="fill_parent"
|
|
210
|
|
android:background="@color/white"
|
|
211
|
|
android:layout_height="45dp"
|
|
212
|
|
android:visibility="visible">
|
|
213
|
|
<TextView
|
|
214
|
|
android:layout_width="wrap_content"
|
|
215
|
|
android:layout_height="match_parent"
|
|
216
|
|
android:text="品牌型号"
|
|
217
|
|
android:textColor="@color/title_row"
|
|
218
|
|
android:textSize="15sp"
|
|
219
|
|
android:paddingLeft="15dp"
|
|
220
|
|
android:gravity="center"/>
|
|
221
|
|
|
|
222
|
|
<TextView
|
|
223
|
|
android:id="@+id/et_che"
|
|
224
|
|
android:layout_width="wrap_content"
|
|
225
|
|
android:layout_height="45dp"
|
|
226
|
|
android:background="@color/white"
|
|
227
|
|
android:hint="请选择品牌车型"
|
|
228
|
|
android:gravity="center|right"
|
|
229
|
|
android:singleLine="true"
|
|
230
|
|
android:textColorHint="@color/ui_68"
|
|
231
|
|
android:textColor="@color/ui_62"
|
|
232
|
|
android:textSize="15sp"
|
|
233
|
|
android:layout_alignParentTop="true"
|
|
234
|
|
android:layout_marginRight="8dp"
|
|
235
|
|
android:layout_toLeftOf="@+id/imageView13"
|
|
236
|
|
android:layout_toStartOf="@+id/imageView13" />
|
|
237
|
|
|
|
238
|
|
<ImageView
|
|
239
|
|
android:layout_width="wrap_content"
|
|
240
|
|
android:layout_height="match_parent"
|
|
241
|
|
android:src="@drawable/icon_more2_0"
|
|
242
|
|
android:layout_centerVertical="true"
|
|
243
|
|
android:layout_alignParentRight="true"
|
|
244
|
|
android:layout_alignParentEnd="true"
|
|
245
|
|
android:layout_marginRight="15dp"
|
|
246
|
|
android:id="@+id/imageView13" />
|
|
247
|
|
|
|
248
|
|
</RelativeLayout>
|
|
249
|
|
|
|
|
207
|
android:background="@color/ui_line"
|
|
|
208
|
android:visibility="visible" />
|
|
250
|
209
|
|
|
251
|
210
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
252
|
211
|
android:layout_width="fill_parent"
|
|
253
|
212
|
android:layout_height="139px"
|
|
254
|
213
|
android:visibility="gone">
|
|
|
214
|
|
|
255
|
215
|
<TextView
|
|
256
|
216
|
android:layout_width="wrap_content"
|
|
257
|
217
|
android:layout_height="match_parent"
|
|
|
218
|
android:gravity="center"
|
|
|
219
|
android:paddingLeft="44px"
|
|
258
|
220
|
android:text="性别"
|
|
259
|
221
|
android:textColor="@color/title_row"
|
|
260
|
|
android:textSize="15sp"
|
|
261
|
|
android:paddingLeft="44px"
|
|
262
|
|
android:gravity="center"/>
|
|
|
222
|
android:textSize="15sp" />
|
|
263
|
223
|
|
|
264
|
224
|
<ToggleButton
|
|
265
|
225
|
android:id="@+id/sex_button"
|
|
266
|
226
|
android:layout_width="wrap_content"
|
|
267
|
227
|
android:layout_height="wrap_content"
|
|
|
228
|
android:layout_alignParentEnd="true"
|
|
|
229
|
android:layout_alignParentRight="true"
|
|
|
230
|
android:layout_centerVertical="true"
|
|
268
|
231
|
android:layout_gravity="center_horizontal"
|
|
|
232
|
android:layout_marginRight="5dp"
|
|
269
|
233
|
android:background="@android:color/transparent"
|
|
270
|
234
|
android:button="@drawable/sex_btn"
|
|
271
|
235
|
android:gravity="center"
|
|
272
|
236
|
android:textOff=""
|
|
273
|
|
android:textOn=""
|
|
274
|
|
android:layout_marginRight="5dp"
|
|
275
|
|
android:layout_centerVertical="true"
|
|
276
|
|
android:layout_alignParentRight="true"
|
|
277
|
|
android:layout_alignParentEnd="true" />
|
|
|
237
|
android:textOn="" />
|
|
278
|
238
|
|
|
279
|
239
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
280
|
240
|
|
|
281
|
241
|
<View
|
|
282
|
242
|
android:layout_width="match_parent"
|
|
283
|
243
|
android:layout_height="0.5dp"
|
|
284
|
|
android:background="@color/ui_line"
|
|
285
|
244
|
android:layout_marginLeft="44px"
|
|
286
|
|
android:visibility="gone"/>
|
|
|
245
|
android:background="@color/ui_line"
|
|
|
246
|
android:visibility="gone" />
|
|
287
|
247
|
|
|
288
|
248
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
289
|
249
|
android:layout_width="fill_parent"
|
|
290
|
250
|
android:layout_height="139px"
|
|
291
|
251
|
android:visibility="gone">
|
|
|
252
|
|
|
292
|
253
|
<TextView
|
|
293
|
254
|
android:layout_width="wrap_content"
|
|
294
|
255
|
android:layout_height="match_parent"
|
|
|
256
|
android:gravity="center"
|
|
|
257
|
android:paddingLeft="44px"
|
|
295
|
258
|
android:text="真实姓名"
|
|
296
|
259
|
android:textColor="@color/title_row"
|
|
297
|
|
android:textSize="15sp"
|
|
298
|
|
android:paddingLeft="44px"
|
|
299
|
|
android:gravity="center"/>
|
|
|
260
|
android:textSize="15sp" />
|
|
300
|
261
|
|
|
301
|
262
|
<EditText
|
|
302
|
263
|
android:id="@+id/et_realName"
|
|
303
|
264
|
android:layout_width="wrap_content"
|
|
304
|
265
|
android:layout_height="139px"
|
|
|
266
|
android:layout_alignParentTop="true"
|
|
|
267
|
android:layout_alignParentEnd="true"
|
|
|
268
|
android:layout_alignParentRight="true"
|
|
|
269
|
android:layout_marginEnd="44px"
|
|
|
270
|
android:layout_marginRight="44px"
|
|
305
|
271
|
android:background="@color/white"
|
|
|
272
|
android:gravity="center|right"
|
|
306
|
273
|
android:hint="请输入真实姓名"
|
|
307
|
274
|
android:singleLine="true"
|
|
308
|
|
android:textColorHint="@color/ui_68"
|
|
309
|
275
|
android:textColor="@color/ui_62"
|
|
310
|
|
android:gravity="center|right"
|
|
311
|
|
android:textSize="15sp"
|
|
312
|
|
android:layout_alignParentTop="true"
|
|
313
|
|
android:layout_alignParentRight="true"
|
|
314
|
|
android:layout_alignParentEnd="true"
|
|
315
|
|
android:layout_marginRight="44px"
|
|
316
|
|
android:layout_marginEnd="44px" />
|
|
|
276
|
android:textColorHint="@color/ui_68"
|
|
|
277
|
android:textSize="15sp" />
|
|
317
|
278
|
|
|
318
|
279
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
319
|
280
|
|
|
|
@ -324,113 +285,112 @@
|
|
324
|
285
|
android:background="@color/ui_line" />
|
|
325
|
286
|
|
|
326
|
287
|
|
|
327
|
|
|
|
328
|
288
|
</LinearLayout>
|
|
329
|
289
|
|
|
330
|
290
|
<com.zhy.autolayout.AutoLinearLayout
|
|
331
|
291
|
android:layout_width="match_parent"
|
|
332
|
292
|
android:layout_height="wrap_content"
|
|
333
|
|
android:orientation="vertical"
|
|
|
293
|
android:layout_marginTop="15dp"
|
|
334
|
294
|
android:background="@color/white"
|
|
335
|
|
android:layout_marginTop="15dp">
|
|
|
295
|
android:orientation="vertical">
|
|
336
|
296
|
|
|
337
|
|
<View
|
|
338
|
|
android:layout_width="match_parent"
|
|
339
|
|
android:layout_height="0.5dp"
|
|
340
|
|
android:background="@color/ui_line"
|
|
341
|
|
android:visibility="gone"/>
|
|
|
297
|
<View
|
|
|
298
|
android:layout_width="match_parent"
|
|
|
299
|
android:layout_height="0.5dp"
|
|
|
300
|
android:background="@color/ui_line"
|
|
|
301
|
android:visibility="gone" />
|
|
342
|
302
|
|
|
343
|
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
344
|
|
android:layout_width="fill_parent"
|
|
345
|
|
android:layout_height="139px"
|
|
346
|
|
android:background="@color/white"
|
|
347
|
|
android:visibility="gone">
|
|
|
303
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
|
304
|
android:layout_width="fill_parent"
|
|
|
305
|
android:layout_height="139px"
|
|
|
306
|
android:background="@color/white"
|
|
|
307
|
android:visibility="gone">
|
|
348
|
308
|
|
|
349
|
309
|
|
|
350
|
|
<ToggleButton
|
|
351
|
|
android:id="@+id/car_button"
|
|
352
|
|
android:layout_width="wrap_content"
|
|
353
|
|
android:layout_height="wrap_content"
|
|
354
|
|
android:layout_gravity="center_horizontal"
|
|
355
|
|
android:background="@android:color/transparent"
|
|
356
|
|
android:button="@drawable/car_btn"
|
|
357
|
|
android:layout_marginLeft="44px"
|
|
358
|
|
android:gravity="center"
|
|
359
|
|
android:textOff=""
|
|
360
|
|
android:textOn=""
|
|
361
|
|
android:layout_centerVertical="true"
|
|
362
|
|
android:visibility="gone"/>
|
|
|
310
|
<ToggleButton
|
|
|
311
|
android:id="@+id/car_button"
|
|
|
312
|
android:layout_width="wrap_content"
|
|
|
313
|
android:layout_height="wrap_content"
|
|
|
314
|
android:layout_centerVertical="true"
|
|
|
315
|
android:layout_gravity="center_horizontal"
|
|
|
316
|
android:layout_marginLeft="44px"
|
|
|
317
|
android:background="@android:color/transparent"
|
|
|
318
|
android:button="@drawable/car_btn"
|
|
|
319
|
android:gravity="center"
|
|
|
320
|
android:textOff=""
|
|
|
321
|
android:textOn=""
|
|
|
322
|
android:visibility="gone" />
|
|
363
|
323
|
|
|
364
|
324
|
|
|
365
|
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
|
325
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
366
|
326
|
|
|
367
|
327
|
|
|
|
328
|
<com.zhy.autolayout.AutoLinearLayout
|
|
|
329
|
android:layout_width="fill_parent"
|
|
|
330
|
android:layout_height="45dp"
|
|
|
331
|
android:background="@color/white"
|
|
|
332
|
android:orientation="horizontal"
|
|
|
333
|
android:visibility="gone">
|
|
368
|
334
|
|
|
369
|
|
<com.zhy.autolayout.AutoLinearLayout
|
|
370
|
|
android:layout_width="fill_parent"
|
|
371
|
|
android:layout_height="45dp"
|
|
372
|
|
android:background="@color/white"
|
|
373
|
|
android:orientation="horizontal"
|
|
374
|
|
android:visibility="gone">
|
|
375
|
|
<com.zhy.autolayout.AutoLinearLayout
|
|
376
|
|
android:id="@+id/rl_1"
|
|
377
|
|
android:layout_width="0dp"
|
|
378
|
|
android:layout_weight="1"
|
|
379
|
|
android:layout_height="match_parent"
|
|
380
|
|
android:orientation="horizontal">
|
|
381
|
|
<TextView
|
|
382
|
|
android:id="@+id/onclick"
|
|
383
|
|
android:layout_width="wrap_content"
|
|
|
335
|
<com.zhy.autolayout.AutoLinearLayout
|
|
|
336
|
android:id="@+id/rl_1"
|
|
|
337
|
android:layout_width="0dp"
|
|
384
|
338
|
android:layout_height="match_parent"
|
|
385
|
|
android:text="品牌"
|
|
386
|
|
android:paddingLeft="16dp"
|
|
387
|
|
android:textSize="16sp"
|
|
388
|
|
android:textColor="@color/hintColor"
|
|
389
|
|
android:gravity="center_vertical"/>
|
|
390
|
|
<Spinner
|
|
391
|
|
android:id = "@+id/spinner_province_search_event"
|
|
392
|
|
android:layout_width = "match_parent"
|
|
393
|
|
android:layout_height ="match_parent"
|
|
394
|
|
android:gravity="center"
|
|
395
|
|
android:spinnerMode="dialog">
|
|
396
|
|
</Spinner >
|
|
397
|
|
|
|
398
|
|
|
|
399
|
|
<!--<ImageView-->
|
|
400
|
|
<!--android:layout_width="wrap_content"-->
|
|
401
|
|
<!--android:layout_height="wrap_content"-->
|
|
402
|
|
<!--android:src="@drawable/icon_xiala2_0"-->
|
|
403
|
|
<!--android:layout_centerVertical="true"-->
|
|
404
|
|
<!--android:layout_alignParentRight="true"-->
|
|
405
|
|
<!--android:layout_alignParentEnd="true"-->
|
|
406
|
|
<!--android:layout_marginRight="16dp" />-->
|
|
407
|
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
|
339
|
android:layout_weight="1"
|
|
|
340
|
android:orientation="horizontal">
|
|
408
|
341
|
|
|
|
342
|
<TextView
|
|
|
343
|
android:id="@+id/onclick"
|
|
|
344
|
android:layout_width="wrap_content"
|
|
|
345
|
android:layout_height="match_parent"
|
|
|
346
|
android:gravity="center_vertical"
|
|
|
347
|
android:paddingLeft="16dp"
|
|
|
348
|
android:text="品牌"
|
|
|
349
|
android:textColor="@color/hintColor"
|
|
|
350
|
android:textSize="16sp" />
|
|
|
351
|
|
|
|
352
|
<Spinner
|
|
|
353
|
android:id="@+id/spinner_province_search_event"
|
|
|
354
|
android:layout_width="match_parent"
|
|
|
355
|
android:layout_height="match_parent"
|
|
|
356
|
android:gravity="center"
|
|
|
357
|
android:spinnerMode="dialog"></Spinner>
|
|
|
358
|
|
|
|
359
|
|
|
|
360
|
<!--<ImageView-->
|
|
|
361
|
<!--android:layout_width="wrap_content"-->
|
|
|
362
|
<!--android:layout_height="wrap_content"-->
|
|
|
363
|
<!--android:src="@drawable/icon_xiala2_0"-->
|
|
|
364
|
<!--android:layout_centerVertical="true"-->
|
|
|
365
|
<!--android:layout_alignParentRight="true"-->
|
|
|
366
|
<!--android:layout_alignParentEnd="true"-->
|
|
|
367
|
<!--android:layout_marginRight="16dp" />-->
|
|
|
368
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
409
|
369
|
|
|
410
|
|
<com.zhy.autolayout.AutoLinearLayout
|
|
411
|
|
android:id="@+id/rl_2"
|
|
412
|
|
android:layout_width="0dp"
|
|
413
|
|
android:layout_weight="1"
|
|
414
|
|
android:layout_height="match_parent"
|
|
415
|
|
android:orientation="horizontal">
|
|
416
|
370
|
|
|
417
|
|
<TextView
|
|
418
|
|
android:layout_width="wrap_content"
|
|
|
371
|
<com.zhy.autolayout.AutoLinearLayout
|
|
|
372
|
android:id="@+id/rl_2"
|
|
|
373
|
android:layout_width="0dp"
|
|
419
|
374
|
android:layout_height="match_parent"
|
|
420
|
|
android:text="车型"
|
|
421
|
|
android:paddingLeft="44px"
|
|
422
|
|
android:textSize="16sp"
|
|
423
|
|
android:textColor="@color/hintColor"
|
|
424
|
|
android:gravity="center_vertical"/>
|
|
425
|
|
|
|
426
|
|
<Spinner
|
|
427
|
|
android:id = "@+id/spinner_city_search_event"
|
|
428
|
|
android:layout_width = "match_parent"
|
|
429
|
|
android:layout_height ="match_parent"
|
|
430
|
|
android:gravity="center"
|
|
431
|
|
android:spinnerMode="dialog">
|
|
432
|
|
</Spinner >
|
|
433
|
|
<!--<ImageView-->
|
|
|
375
|
android:layout_weight="1"
|
|
|
376
|
android:orientation="horizontal">
|
|
|
377
|
|
|
|
378
|
<TextView
|
|
|
379
|
android:layout_width="wrap_content"
|
|
|
380
|
android:layout_height="match_parent"
|
|
|
381
|
android:gravity="center_vertical"
|
|
|
382
|
android:paddingLeft="44px"
|
|
|
383
|
android:text="车型"
|
|
|
384
|
android:textColor="@color/hintColor"
|
|
|
385
|
android:textSize="16sp" />
|
|
|
386
|
|
|
|
387
|
<Spinner
|
|
|
388
|
android:id="@+id/spinner_city_search_event"
|
|
|
389
|
android:layout_width="match_parent"
|
|
|
390
|
android:layout_height="match_parent"
|
|
|
391
|
android:gravity="center"
|
|
|
392
|
android:spinnerMode="dialog"></Spinner>
|
|
|
393
|
<!--<ImageView-->
|
|
434
|
394
|
<!--android:layout_width="wrap_content"-->
|
|
435
|
395
|
<!--android:layout_height="wrap_content"-->
|
|
436
|
396
|
<!--android:src="@drawable/icon_xiala2_0"-->
|
|
|
@ -439,24 +399,23 @@
|
|
439
|
399
|
<!--android:layout_alignParentEnd="true"-->
|
|
440
|
400
|
<!--android:layout_marginRight="16dp" />-->
|
|
441
|
401
|
|
|
442
|
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
|
402
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
443
|
403
|
|
|
444
|
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
445
|
|
|
|
446
|
|
<View
|
|
447
|
|
android:layout_width="match_parent"
|
|
448
|
|
android:layout_height="0.5dp"
|
|
449
|
|
android:background="@color/ui_line"
|
|
450
|
|
android:layout_marginLeft="16dp"
|
|
451
|
|
android:visibility="gone"/>
|
|
|
404
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
452
|
405
|
|
|
|
406
|
<View
|
|
|
407
|
android:layout_width="match_parent"
|
|
|
408
|
android:layout_height="0.5dp"
|
|
|
409
|
android:layout_marginLeft="16dp"
|
|
|
410
|
android:background="@color/ui_line"
|
|
|
411
|
android:visibility="gone" />
|
|
453
|
412
|
|
|
454
|
413
|
|
|
455
|
|
<View
|
|
456
|
|
android:layout_width="match_parent"
|
|
457
|
|
android:layout_height="0.5dp"
|
|
458
|
|
android:background="@color/ui_line"
|
|
459
|
|
android:visibility="gone"/>
|
|
|
414
|
<View
|
|
|
415
|
android:layout_width="match_parent"
|
|
|
416
|
android:layout_height="0.5dp"
|
|
|
417
|
android:background="@color/ui_line"
|
|
|
418
|
android:visibility="gone" />
|
|
460
|
419
|
|
|
461
|
420
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
462
|
421
|
|
|
|
@ -513,49 +472,49 @@
|
|
513
|
472
|
android:layout_width="match_parent"
|
|
514
|
473
|
android:layout_height="39dp"
|
|
515
|
474
|
android:layout_alignParentBottom="true"
|
|
516
|
|
android:layout_marginTop="15dp"
|
|
517
|
475
|
android:layout_marginLeft="15dp"
|
|
|
476
|
android:layout_marginTop="15dp"
|
|
518
|
477
|
android:layout_marginRight="15dp"
|
|
519
|
478
|
android:layout_marginBottom="8dp"
|
|
520
|
479
|
android:background="@drawable/textview_greenstyle"
|
|
521
|
|
android:textColor="@color/white"
|
|
522
|
|
android:textSize="16sp"
|
|
|
480
|
android:gravity="center"
|
|
523
|
481
|
android:text="保存"
|
|
524
|
|
android:gravity="center" />
|
|
|
482
|
android:textColor="@color/white"
|
|
|
483
|
android:textSize="16sp" />
|
|
525
|
484
|
|
|
526
|
485
|
<ImageView
|
|
527
|
486
|
android:id="@+id/tv_one"
|
|
528
|
487
|
android:layout_width="wrap_content"
|
|
529
|
488
|
android:layout_height="wrap_content"
|
|
530
|
|
android:layout_gravity="center"
|
|
|
489
|
android:layout_above="@+id/tv_make_sure"
|
|
531
|
490
|
|
|
532
|
|
android:gravity="center"
|
|
|
491
|
android:layout_centerHorizontal="true"
|
|
533
|
492
|
|
|
|
493
|
android:layout_gravity="center"
|
|
|
494
|
android:layout_marginBottom="20dp"
|
|
|
495
|
android:background="@drawable/icon_5point"
|
|
|
496
|
android:gravity="center"
|
|
534
|
497
|
android:padding="5dp"
|
|
535
|
498
|
android:scaleType="fitXY"
|
|
536
|
|
android:background="@drawable/icon_5point"
|
|
537
|
499
|
android:textColor="#000000"
|
|
538
|
|
android:visibility="gone"
|
|
539
|
|
android:layout_marginBottom="20dp"
|
|
540
|
|
android:layout_above="@+id/tv_make_sure"
|
|
541
|
|
android:layout_centerHorizontal="true" />
|
|
|
500
|
android:visibility="gone" />
|
|
542
|
501
|
|
|
543
|
502
|
|
|
544
|
503
|
<RelativeLayout
|
|
545
|
504
|
android:id="@+id/rl_point"
|
|
546
|
505
|
android:layout_width="80dp"
|
|
547
|
506
|
android:layout_height="80dp"
|
|
548
|
|
android:layout_marginBottom="50dp"
|
|
549
|
|
android:layout_centerHorizontal="true"
|
|
550
|
507
|
android:layout_alignParentBottom="true"
|
|
551
|
|
android:visibility="gone"
|
|
552
|
|
android:background="@drawable/icon_point_bg">
|
|
|
508
|
android:layout_centerHorizontal="true"
|
|
|
509
|
android:layout_marginBottom="50dp"
|
|
|
510
|
android:background="@drawable/icon_point_bg"
|
|
|
511
|
android:visibility="gone">
|
|
553
|
512
|
|
|
554
|
513
|
<LinearLayout
|
|
555
|
514
|
android:layout_width="wrap_content"
|
|
556
|
515
|
android:layout_height="wrap_content"
|
|
557
|
|
android:orientation="vertical"
|
|
558
|
|
android:layout_centerInParent="true">
|
|
|
516
|
android:layout_centerInParent="true"
|
|
|
517
|
android:orientation="vertical">
|
|
559
|
518
|
|
|
560
|
519
|
<LinearLayout
|
|
561
|
520
|
android:layout_width="wrap_content"
|
|
|
@ -566,17 +525,17 @@
|
|
566
|
525
|
android:layout_width="wrap_content"
|
|
567
|
526
|
android:layout_height="wrap_content"
|
|
568
|
527
|
android:text="+"
|
|
569
|
|
android:textSize="16sp"
|
|
570
|
|
android:textColor="@color/white"/>
|
|
|
528
|
android:textColor="@color/white"
|
|
|
529
|
android:textSize="16sp" />
|
|
571
|
530
|
|
|
572
|
531
|
<TextView
|
|
573
|
532
|
android:id="@+id/tv_point"
|
|
574
|
533
|
android:layout_width="wrap_content"
|
|
575
|
534
|
android:layout_height="wrap_content"
|
|
576
|
|
android:text="20"
|
|
577
|
|
android:textSize="19sp"
|
|
578
|
535
|
android:layout_marginLeft="2dp"
|
|
579
|
|
android:textColor="@color/white"/>
|
|
|
536
|
android:text="20"
|
|
|
537
|
android:textColor="@color/white"
|
|
|
538
|
android:textSize="19sp" />
|
|
580
|
539
|
|
|
581
|
540
|
|
|
582
|
541
|
</LinearLayout>
|
|
|
@ -585,16 +544,15 @@
|
|
585
|
544
|
android:layout_width="wrap_content"
|
|
586
|
545
|
android:layout_height="wrap_content"
|
|
587
|
546
|
android:layout_gravity="center_horizontal"
|
|
|
547
|
android:layout_marginTop="2dp"
|
|
588
|
548
|
android:text="充电币"
|
|
589
|
|
android:textSize="13sp"
|
|
590
|
549
|
android:textColor="@color/white"
|
|
591
|
|
android:layout_marginTop="2dp"/>
|
|
|
550
|
android:textSize="13sp" />
|
|
592
|
551
|
|
|
593
|
552
|
|
|
594
|
553
|
</LinearLayout>
|
|
595
|
554
|
|
|
596
|
555
|
|
|
597
|
|
|
|
598
|
556
|
</RelativeLayout>
|
|
599
|
557
|
|
|
600
|
558
|
</com.zhy.autolayout.AutoRelativeLayout>
|