|
|
android:layout_marginRight="16dp" />
|
|
|
155
|
android:textColorHint="@color/hintColor"
|
|
|
156
|
android:textSize="15sp" />
|
|
155
|
157
|
|
|
156
|
158
|
</RelativeLayout>
|
|
157
|
159
|
|
|
158
|
160
|
<View
|
|
159
|
161
|
android:layout_width="match_parent"
|
|
160
|
162
|
android:layout_height="0.5dp"
|
|
161
|
|
android:background="@color/ui_line"
|
|
162
|
163
|
android:layout_marginLeft="16dp"
|
|
163
|
|
android:visibility="visible"/>
|
|
|
164
|
android:background="@color/ui_line"
|
|
|
165
|
android:visibility="visible" />
|
|
164
|
166
|
|
|
165
|
167
|
<RelativeLayout
|
|
166
|
|
android:id="@+id/rl_select_car"
|
|
|
168
|
android:id="@+id/go_certificate"
|
|
167
|
169
|
android:layout_width="fill_parent"
|
|
168
|
|
android:background="@color/white"
|
|
169
|
170
|
android:layout_height="45dp"
|
|
170
|
|
android:visibility="gone">
|
|
|
171
|
android:background="@color/white"
|
|
|
172
|
android:visibility="visible">
|
|
|
173
|
|
|
171
|
174
|
<TextView
|
|
|
175
|
android:id="@+id/go_title"
|
|
172
|
176
|
android:layout_width="wrap_content"
|
|
173
|
177
|
android:layout_height="match_parent"
|
|
174
|
|
android:text="品牌型号"
|
|
|
178
|
android:gravity="center"
|
|
|
179
|
android:paddingLeft="15dp"
|
|
|
180
|
android:text="去认证车主(获得充电优惠)"
|
|
175
|
181
|
android:textColor="@color/title_row"
|
|
176
|
|
android:textSize="15sp"
|
|
177
|
|
android:paddingLeft="16dp"
|
|
178
|
|
android:gravity="center"/>
|
|
|
182
|
android:textSize="15sp" />
|
|
179
|
183
|
|
|
180
|
184
|
<TextView
|
|
181
|
|
android:id="@+id/et_che"
|
|
|
185
|
android:id="@+id/go_desc"
|
|
182
|
186
|
android:layout_width="wrap_content"
|
|
183
|
187
|
android:layout_height="45dp"
|
|
|
188
|
android:layout_alignParentTop="true"
|
|
|
189
|
android:layout_alignParentEnd="true"
|
|
|
190
|
android:layout_alignParentRight="true"
|
|
|
191
|
android:layout_marginEnd="15dp"
|
|
|
192
|
android:layout_marginRight="15dp"
|
|
184
|
193
|
android:background="@color/white"
|
|
185
|
|
android:hint="请选择品牌车型"
|
|
186
|
194
|
android:gravity="center|right"
|
|
187
|
195
|
android:singleLine="true"
|
|
188
|
|
android:textColorHint="@color/ui_68"
|
|
189
|
196
|
android:textColor="@color/ui_62"
|
|
|
197
|
android:textColorHint="@color/ui_68"
|
|
190
|
198
|
android:textSize="15sp"
|
|
|
199
|
tools:text="审核中" />
|
|
|
200
|
|
|
|
201
|
<ImageView
|
|
|
202
|
android:id="@+id/go_cursor"
|
|
|
203
|
android:layout_width="wrap_content"
|
|
|
204
|
android:layout_height="match_parent"
|
|
|
205
|
android:layout_alignParentEnd="true"
|
|
|
206
|
android:layout_alignParentRight="true"
|
|
|
207
|
android:layout_centerVertical="true"
|
|
|
208
|
android:layout_marginRight="15dp"
|
|
|
209
|
android:src="@drawable/icon_more2_0" />
|
|
|
210
|
|
|
|
211
|
</RelativeLayout>
|
|
|
212
|
|
|
|
213
|
<RelativeLayout
|
|
|
214
|
android:id="@+id/rl_select_car"
|
|
|
215
|
android:layout_width="fill_parent"
|
|
|
216
|
android:layout_height="45dp"
|
|
|
217
|
android:background="@color/white"
|
|
|
218
|
android:visibility="gone">
|
|
|
219
|
|
|
|
220
|
<TextView
|
|
|
221
|
android:layout_width="wrap_content"
|
|
|
222
|
android:layout_height="match_parent"
|
|
|
223
|
android:gravity="center"
|
|
|
224
|
android:paddingLeft="16dp"
|
|
|
225
|
android:text="品牌型号"
|
|
|
226
|
android:textColor="@color/title_row"
|
|
|
227
|
android:textSize="15sp" />
|
|
|
228
|
|
|
|
229
|
<TextView
|
|
|
230
|
android:id="@+id/et_che"
|
|
|
231
|
android:layout_width="wrap_content"
|
|
|
232
|
android:layout_height="45dp"
|
|
191
|
233
|
android:layout_alignParentTop="true"
|
|
192
|
234
|
android:layout_marginRight="8dp"
|
|
|
235
|
android:layout_toStartOf="@+id/imageView13"
|
|
193
|
236
|
android:layout_toLeftOf="@+id/imageView13"
|
|
194
|
|
android:layout_toStartOf="@+id/imageView13" />
|
|
|
237
|
android:background="@color/white"
|
|
|
238
|
android:gravity="center|right"
|
|
|
239
|
android:hint="请选择品牌车型"
|
|
|
240
|
android:singleLine="true"
|
|
|
241
|
android:textColor="@color/ui_62"
|
|
|
242
|
android:textColorHint="@color/ui_68"
|
|
|
243
|
android:textSize="15sp" />
|
|
195
|
244
|
|
|
196
|
245
|
<ImageView
|
|
|
246
|
android:id="@+id/imageView13"
|
|
197
|
247
|
android:layout_width="wrap_content"
|
|
198
|
248
|
android:layout_height="match_parent"
|
|
199
|
|
android:src="@drawable/icon_more2_0"
|
|
200
|
|
android:layout_centerVertical="true"
|
|
201
|
|
android:layout_alignParentRight="true"
|
|
202
|
249
|
android:layout_alignParentEnd="true"
|
|
|
250
|
android:layout_alignParentRight="true"
|
|
|
251
|
android:layout_centerVertical="true"
|
|
203
|
252
|
android:layout_marginRight="16dp"
|
|
204
|
|
android:id="@+id/imageView13" />
|
|
|
253
|
android:src="@drawable/icon_more2_0" />
|
|
205
|
254
|
|
|
206
|
255
|
</RelativeLayout>
|
|
207
|
256
|
|
|
|
@ -215,29 +264,29 @@
|
|
215
|
264
|
android:id="@+id/sex_button"
|
|
216
|
265
|
android:layout_width="wrap_content"
|
|
217
|
266
|
android:layout_height="wrap_content"
|
|
|
267
|
android:layout_alignParentEnd="true"
|
|
|
268
|
android:layout_alignParentRight="true"
|
|
|
269
|
android:layout_centerVertical="true"
|
|
218
|
270
|
android:layout_gravity="center_horizontal"
|
|
|
271
|
android:layout_marginRight="5dp"
|
|
219
|
272
|
android:background="@android:color/transparent"
|
|
220
|
273
|
android:button="@drawable/sex_btn"
|
|
221
|
274
|
android:gravity="center"
|
|
222
|
275
|
android:textOff=""
|
|
223
|
|
android:textOn=""
|
|
224
|
|
android:layout_marginRight="5dp"
|
|
225
|
|
android:layout_centerVertical="true"
|
|
226
|
|
android:layout_alignParentRight="true"
|
|
227
|
|
android:layout_alignParentEnd="true" />
|
|
|
276
|
android:textOn="" />
|
|
228
|
277
|
|
|
229
|
278
|
<TextView
|
|
|
279
|
android:id="@+id/textView35"
|
|
230
|
280
|
android:layout_width="wrap_content"
|
|
231
|
281
|
android:layout_height="match_parent"
|
|
232
|
|
android:text="性别"
|
|
233
|
|
android:textColor="@color/title_row"
|
|
234
|
|
android:textSize="15sp"
|
|
235
|
|
android:paddingLeft="44px"
|
|
236
|
|
android:gravity="center"
|
|
237
|
282
|
android:layout_alignBottom="@+id/sex_button"
|
|
238
|
|
android:layout_alignParentLeft="true"
|
|
239
|
283
|
android:layout_alignParentStart="true"
|
|
240
|
|
android:id="@+id/textView35" />
|
|
|
284
|
android:layout_alignParentLeft="true"
|
|
|
285
|
android:gravity="center"
|
|
|
286
|
android:paddingLeft="44px"
|
|
|
287
|
android:text="性别"
|
|
|
288
|
android:textColor="@color/title_row"
|
|
|
289
|
android:textSize="15sp" />
|
|
241
|
290
|
|
|
242
|
291
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
243
|
292
|
|
|
|
@ -250,30 +299,31 @@
|
|
250
|
299
|
android:layout_width="fill_parent"
|
|
251
|
300
|
android:layout_height="139px"
|
|
252
|
301
|
android:visibility="gone">
|
|
|
302
|
|
|
253
|
303
|
<TextView
|
|
254
|
304
|
android:layout_width="wrap_content"
|
|
255
|
305
|
android:layout_height="match_parent"
|
|
|
306
|
android:gravity="center"
|
|
|
307
|
android:paddingLeft="44px"
|
|
256
|
308
|
android:text="真实姓名"
|
|
257
|
309
|
android:textColor="@color/title_row"
|
|
258
|
|
android:textSize="15sp"
|
|
259
|
|
android:paddingLeft="44px"
|
|
260
|
|
android:gravity="center"/>
|
|
|
310
|
android:textSize="15sp" />
|
|
261
|
311
|
|
|
262
|
312
|
<EditText
|
|
263
|
313
|
android:id="@+id/et_realName"
|
|
264
|
314
|
android:layout_width="wrap_content"
|
|
265
|
315
|
android:layout_height="match_parent"
|
|
|
316
|
android:layout_alignParentTop="true"
|
|
|
317
|
android:layout_alignParentEnd="true"
|
|
|
318
|
android:layout_alignParentRight="true"
|
|
|
319
|
android:layout_marginRight="44px"
|
|
266
|
320
|
android:background="@color/white"
|
|
|
321
|
android:gravity="center|right"
|
|
267
|
322
|
android:hint="请输入真实姓名"
|
|
268
|
323
|
android:singleLine="true"
|
|
269
|
|
android:textColorHint="@color/hintColor"
|
|
270
|
324
|
android:textColor="@color/hintColor"
|
|
271
|
|
android:gravity="center|right"
|
|
272
|
|
android:textSize="15sp"
|
|
273
|
|
android:layout_alignParentTop="true"
|
|
274
|
|
android:layout_alignParentRight="true"
|
|
275
|
|
android:layout_alignParentEnd="true"
|
|
276
|
|
android:layout_marginRight="44px" />
|
|
|
325
|
android:textColorHint="@color/hintColor"
|
|
|
326
|
android:textSize="15sp" />
|
|
277
|
327
|
|
|
278
|
328
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
279
|
329
|
|
|
|
@ -282,8 +332,7 @@
|
|
282
|
332
|
android:layout_width="match_parent"
|
|
283
|
333
|
android:layout_height="0.5dp"
|
|
284
|
334
|
android:background="@color/ui_line"
|
|
285
|
|
android:visibility="gone"/>
|
|
286
|
|
|
|
|
335
|
android:visibility="gone" />
|
|
287
|
336
|
|
|
288
|
337
|
|
|
289
|
338
|
</LinearLayout>
|
|
|
@ -291,9 +340,9 @@
|
|
291
|
340
|
<View
|
|
292
|
341
|
android:layout_width="match_parent"
|
|
293
|
342
|
android:layout_height="0.5dp"
|
|
294
|
|
android:background="@color/ui_line"
|
|
295
|
343
|
android:layout_marginTop="15dp"
|
|
296
|
|
android:visibility="gone"/>
|
|
|
344
|
android:background="@color/ui_line"
|
|
|
345
|
android:visibility="gone" />
|
|
297
|
346
|
|
|
298
|
347
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
299
|
348
|
android:layout_width="fill_parent"
|
|
|
@ -305,14 +354,14 @@
|
|
305
|
354
|
android:id="@+id/car_button"
|
|
306
|
355
|
android:layout_width="wrap_content"
|
|
307
|
356
|
android:layout_height="wrap_content"
|
|
|
357
|
android:layout_centerVertical="true"
|
|
308
|
358
|
android:layout_gravity="center_horizontal"
|
|
|
359
|
android:layout_marginLeft="44px"
|
|
309
|
360
|
android:background="@android:color/transparent"
|
|
310
|
361
|
android:button="@drawable/car_btn"
|
|
311
|
|
android:layout_marginLeft="44px"
|
|
312
|
362
|
android:gravity="center"
|
|
313
|
363
|
android:textOff=""
|
|
314
|
|
android:textOn=""
|
|
315
|
|
android:layout_centerVertical="true" />
|
|
|
364
|
android:textOn="" />
|
|
316
|
365
|
|
|
317
|
366
|
|
|
318
|
367
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
|
@ -321,7 +370,7 @@
|
|
321
|
370
|
android:layout_width="match_parent"
|
|
322
|
371
|
android:layout_height="0.5dp"
|
|
323
|
372
|
android:background="@color/ui_line"
|
|
324
|
|
android:visibility="gone"/>
|
|
|
373
|
android:visibility="gone" />
|
|
325
|
374
|
|
|
326
|
375
|
<com.zhy.autolayout.AutoLinearLayout
|
|
327
|
376
|
android:layout_width="fill_parent"
|
|
|
@ -329,27 +378,29 @@
|
|
329
|
378
|
android:background="@color/white"
|
|
330
|
379
|
android:orientation="horizontal"
|
|
331
|
380
|
android:visibility="gone">
|
|
|
381
|
|
|
332
|
382
|
<com.zhy.autolayout.AutoLinearLayout
|
|
333
|
383
|
android:id="@+id/rl_1"
|
|
334
|
384
|
android:layout_width="0dp"
|
|
335
|
|
android:layout_weight="1"
|
|
336
|
385
|
android:layout_height="match_parent"
|
|
|
386
|
android:layout_weight="1"
|
|
337
|
387
|
android:orientation="horizontal">
|
|
|
388
|
|
|
338
|
389
|
<TextView
|
|
339
|
390
|
android:layout_width="wrap_content"
|
|
340
|
391
|
android:layout_height="match_parent"
|
|
341
|
|
android:text="品牌"
|
|
|
392
|
android:gravity="center_vertical"
|
|
342
|
393
|
android:paddingLeft="44px"
|
|
343
|
|
android:textSize="15sp"
|
|
|
394
|
android:text="品牌"
|
|
344
|
395
|
android:textColor="@color/hintColor"
|
|
345
|
|
android:gravity="center_vertical"/>
|
|
|
396
|
android:textSize="15sp" />
|
|
|
397
|
|
|
346
|
398
|
<Spinner
|
|
347
|
|
android:id = "@+id/spinner_province_search_event"
|
|
348
|
|
android:layout_width = "match_parent"
|
|
349
|
|
android:layout_height ="match_parent"
|
|
|
399
|
android:id="@+id/spinner_province_search_event"
|
|
|
400
|
android:layout_width="match_parent"
|
|
|
401
|
android:layout_height="match_parent"
|
|
350
|
402
|
android:gravity="center"
|
|
351
|
|
android:spinnerMode="dialog">
|
|
352
|
|
</Spinner >
|
|
|
403
|
android:spinnerMode="dialog"></Spinner>
|
|
353
|
404
|
|
|
354
|
405
|
|
|
355
|
406
|
<!--<ImageView-->
|
|
|
@ -363,30 +414,28 @@
|
|
363
|
414
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
364
|
415
|
|
|
365
|
416
|
|
|
366
|
|
|
|
367
|
417
|
<com.zhy.autolayout.AutoLinearLayout
|
|
368
|
418
|
android:id="@+id/rl_2"
|
|
369
|
419
|
android:layout_width="0dp"
|
|
370
|
|
android:layout_weight="1"
|
|
371
|
420
|
android:layout_height="match_parent"
|
|
|
421
|
android:layout_weight="1"
|
|
372
|
422
|
android:orientation="horizontal">
|
|
373
|
423
|
|
|
374
|
424
|
<TextView
|
|
375
|
425
|
android:layout_width="wrap_content"
|
|
376
|
426
|
android:layout_height="match_parent"
|
|
377
|
|
android:text="车型"
|
|
|
427
|
android:gravity="center_vertical"
|
|
378
|
428
|
android:paddingLeft="44px"
|
|
379
|
|
android:textSize="15sp"
|
|
|
429
|
android:text="车型"
|
|
380
|
430
|
android:textColor="@color/hintColor"
|
|
381
|
|
android:gravity="center_vertical"/>
|
|
|
431
|
android:textSize="15sp" />
|
|
382
|
432
|
|
|
383
|
433
|
<Spinner
|
|
384
|
|
android:id = "@+id/spinner_city_search_event"
|
|
385
|
|
android:layout_width = "match_parent"
|
|
386
|
|
android:layout_height ="match_parent"
|
|
|
434
|
android:id="@+id/spinner_city_search_event"
|
|
|
435
|
android:layout_width="match_parent"
|
|
|
436
|
android:layout_height="match_parent"
|
|
387
|
437
|
android:gravity="center"
|
|
388
|
|
android:spinnerMode="dialog">
|
|
389
|
|
</Spinner >
|
|
|
438
|
android:spinnerMode="dialog"></Spinner>
|
|
390
|
439
|
<!--<ImageView-->
|
|
391
|
440
|
<!--android:layout_width="wrap_content"-->
|
|
392
|
441
|
<!--android:layout_height="wrap_content"-->
|
|
|
@ -401,7 +450,6 @@
|
|
401
|
450
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
402
|
451
|
|
|
403
|
452
|
|
|
404
|
|
|
|
405
|
453
|
<!--<LinearLayout-->
|
|
406
|
454
|
<!--android:layout_width="match_parent"-->
|
|
407
|
455
|
<!--android:layout_height="45dp"-->
|
|
|
@ -448,56 +496,57 @@
|
|
448
|
496
|
<!--style="@style/Base.Widget.AppCompat.Spinner"/>-->
|
|
449
|
497
|
|
|
450
|
498
|
|
|
451
|
|
|
|
452
|
499
|
<RelativeLayout
|
|
453
|
500
|
android:layout_width="match_parent"
|
|
454
|
501
|
android:layout_height="match_parent">
|
|
|
502
|
|
|
455
|
503
|
<TextView
|
|
456
|
504
|
android:id="@+id/tv_make_sure"
|
|
457
|
505
|
android:layout_width="match_parent"
|
|
458
|
506
|
android:layout_height="39dp"
|
|
459
|
507
|
android:layout_alignParentBottom="true"
|
|
460
|
|
android:layout_marginTop="15dp"
|
|
461
|
508
|
android:layout_marginLeft="15dp"
|
|
|
509
|
android:layout_marginTop="15dp"
|
|
462
|
510
|
android:layout_marginRight="15dp"
|
|
463
|
511
|
android:layout_marginBottom="8dp"
|
|
464
|
512
|
android:background="@drawable/textview_greenstyle"
|
|
465
|
|
android:textColor="@color/white"
|
|
466
|
|
android:textSize="16sp"
|
|
|
513
|
android:gravity="center"
|
|
467
|
514
|
android:text="保存"
|
|
468
|
|
android:gravity="center" />
|
|
|
515
|
android:textColor="@color/white"
|
|
|
516
|
android:textSize="16sp" />
|
|
|
517
|
|
|
469
|
518
|
<ImageView
|
|
470
|
519
|
android:id="@+id/tv_one"
|
|
471
|
520
|
android:layout_width="wrap_content"
|
|
472
|
521
|
android:layout_height="wrap_content"
|
|
473
|
|
android:layout_gravity="center"
|
|
|
522
|
android:layout_above="@+id/tv_make_sure"
|
|
474
|
523
|
|
|
475
|
|
android:gravity="center"
|
|
|
524
|
android:layout_centerHorizontal="true"
|
|
476
|
525
|
|
|
|
526
|
android:layout_gravity="center"
|
|
|
527
|
android:layout_marginBottom="20dp"
|
|
|
528
|
android:background="@drawable/icon_5point"
|
|
|
529
|
android:gravity="center"
|
|
477
|
530
|
android:padding="5dp"
|
|
478
|
531
|
android:scaleType="fitXY"
|
|
479
|
|
android:background="@drawable/icon_5point"
|
|
480
|
532
|
android:textColor="#000000"
|
|
481
|
|
android:visibility="gone"
|
|
482
|
|
android:layout_marginBottom="20dp"
|
|
483
|
|
android:layout_above="@+id/tv_make_sure"
|
|
484
|
|
android:layout_centerHorizontal="true" />
|
|
|
533
|
android:visibility="gone" />
|
|
485
|
534
|
|
|
486
|
535
|
<RelativeLayout
|
|
487
|
536
|
android:id="@+id/rl_point"
|
|
488
|
537
|
android:layout_width="80dp"
|
|
489
|
538
|
android:layout_height="80dp"
|
|
490
|
|
android:layout_marginBottom="50dp"
|
|
491
|
|
android:layout_centerHorizontal="true"
|
|
492
|
539
|
android:layout_alignParentBottom="true"
|
|
493
|
|
android:visibility="gone"
|
|
494
|
|
android:background="@drawable/icon_point_bg">
|
|
|
540
|
android:layout_centerHorizontal="true"
|
|
|
541
|
android:layout_marginBottom="50dp"
|
|
|
542
|
android:background="@drawable/icon_point_bg"
|
|
|
543
|
android:visibility="gone">
|
|
495
|
544
|
|
|
496
|
545
|
<LinearLayout
|
|
497
|
546
|
android:layout_width="wrap_content"
|
|
498
|
547
|
android:layout_height="wrap_content"
|
|
499
|
|
android:orientation="vertical"
|
|
500
|
|
android:layout_centerInParent="true">
|
|
|
548
|
android:layout_centerInParent="true"
|
|
|
549
|
android:orientation="vertical">
|
|
501
|
550
|
|
|
502
|
551
|
<LinearLayout
|
|
503
|
552
|
android:layout_width="wrap_content"
|
|
|
@ -508,17 +557,17 @@
|
|
508
|
557
|
android:layout_width="wrap_content"
|
|
509
|
558
|
android:layout_height="wrap_content"
|
|
510
|
559
|
android:text="+"
|
|
511
|
|
android:textSize="16sp"
|
|
512
|
|
android:textColor="@color/white"/>
|
|
|
560
|
android:textColor="@color/white"
|
|
|
561
|
android:textSize="16sp" />
|
|
513
|
562
|
|
|
514
|
563
|
<TextView
|
|
515
|
564
|
android:id="@+id/tv_point"
|
|
516
|
565
|
android:layout_width="wrap_content"
|
|
517
|
566
|
android:layout_height="wrap_content"
|
|
518
|
|
android:text="20"
|
|
519
|
|
android:textSize="19sp"
|
|
520
|
567
|
android:layout_marginLeft="2dp"
|
|
521
|
|
android:textColor="@color/white"/>
|
|
|
568
|
android:text="20"
|
|
|
569
|
android:textColor="@color/white"
|
|
|
570
|
android:textSize="19sp" />
|
|
522
|
571
|
|
|
523
|
572
|
|
|
524
|
573
|
</LinearLayout>
|
|
|
@ -527,16 +576,15 @@
|
|
527
|
576
|
android:layout_width="wrap_content"
|
|
528
|
577
|
android:layout_height="wrap_content"
|
|
529
|
578
|
android:layout_gravity="center_horizontal"
|
|
|
579
|
android:layout_marginTop="2dp"
|
|
530
|
580
|
android:text="充电币"
|
|
531
|
|
android:textSize="13sp"
|
|
532
|
581
|
android:textColor="@color/white"
|
|
533
|
|
android:layout_marginTop="2dp"/>
|
|
|
582
|
android:textSize="13sp" />
|
|
534
|
583
|
|
|
535
|
584
|
|
|
536
|
585
|
</LinearLayout>
|
|
537
|
586
|
|
|
538
|
587
|
|
|
539
|
|
|
|
540
|
588
|
</RelativeLayout>
|
|
541
|
589
|
</RelativeLayout>
|
|
542
|
590
|
|