|
@ -1,19 +1,18 @@
|
1
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
2
|
2
|
<com.zhy.autolayout.AutoRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
|
android:id="@+id/claim"
|
3
|
4
|
android:layout_width="match_parent"
|
4
|
5
|
android:layout_height="match_parent"
|
5
|
|
android:focusable="true"
|
6
|
|
android:focusableInTouchMode="true"
|
7
|
|
android:id="@+id/claim"
|
8
|
6
|
android:background="@color/activity_bgcolor"
|
9
|
|
>
|
|
7
|
android:focusable="true"
|
|
8
|
android:focusableInTouchMode="true">
|
10
|
9
|
|
11
|
10
|
<com.zhy.autolayout.AutoRelativeLayout
|
12
|
11
|
android:id="@+id/rl_title"
|
13
|
12
|
android:layout_width="fill_parent"
|
14
|
13
|
android:layout_height="130px"
|
15
|
|
android:background="@color/title_background"
|
16
|
|
android:layout_alignParentTop="true">
|
|
14
|
android:layout_alignParentTop="true"
|
|
15
|
android:background="@color/title_background">
|
17
|
16
|
|
18
|
17
|
<ImageView
|
19
|
18
|
android:id="@+id/iv_back"
|
|
@ -41,38 +40,39 @@
|
41
|
40
|
android:layout_height="match_parent"
|
42
|
41
|
android:layout_alignParentRight="true"
|
43
|
42
|
android:layout_centerInParent="true"
|
44
|
|
android:paddingRight="44px"
|
45
|
43
|
android:gravity="center"
|
|
44
|
android:paddingRight="44px"
|
46
|
45
|
android:text="添加记录"
|
47
|
|
android:textSize="15sp"
|
48
|
46
|
android:textColor="@color/lvse"
|
49
|
|
android:visibility="visible"/>
|
|
47
|
android:textSize="15sp"
|
|
48
|
android:visibility="visible" />
|
50
|
49
|
</com.zhy.autolayout.AutoRelativeLayout>
|
51
|
50
|
|
52
|
51
|
<View
|
53
|
52
|
android:layout_width="match_parent"
|
54
|
53
|
android:layout_height="0.5dp"
|
55
|
54
|
android:background="@color/ui_titleline"
|
56
|
|
android:visibility="gone"/>
|
|
55
|
android:visibility="gone" />
|
57
|
56
|
|
58
|
57
|
<RelativeLayout
|
59
|
58
|
android:id="@+id/tv_notice"
|
60
|
59
|
android:layout_width="match_parent"
|
61
|
60
|
android:layout_height="38dp"
|
62
|
|
android:orientation="horizontal"
|
63
|
61
|
android:background="@drawable/bg_notice1105"
|
|
62
|
android:orientation="horizontal"
|
64
|
63
|
android:visibility="gone">
|
|
64
|
|
65
|
65
|
<TextView
|
66
|
66
|
android:layout_width="wrap_content"
|
67
|
67
|
android:layout_height="wrap_content"
|
68
|
|
android:text="轻点地图即可选取位置,添加未被收录的站点"
|
69
|
|
android:textSize="14sp"
|
|
68
|
android:layout_centerHorizontal="true"
|
|
69
|
android:layout_centerVertical="true"
|
70
|
70
|
android:layout_gravity="center_horizontal"
|
71
|
|
android:textColor="#099234"
|
72
|
71
|
android:drawableRight="@drawable/icon_close1105"
|
73
|
72
|
android:drawablePadding="16dp"
|
74
|
|
android:layout_centerVertical="true"
|
75
|
|
android:layout_centerHorizontal="true" />
|
|
73
|
android:text="轻点地图即可选取位置,添加未被收录的站点"
|
|
74
|
android:textColor="#099234"
|
|
75
|
android:textSize="14sp" />
|
76
|
76
|
|
77
|
77
|
|
78
|
78
|
</RelativeLayout>
|
|
@ -85,65 +85,65 @@
|
85
|
85
|
|
86
|
86
|
|
87
|
87
|
<ImageView
|
|
88
|
android:id="@+id/ib_location"
|
88
|
89
|
android:layout_width="wrap_content"
|
89
|
90
|
android:layout_height="wrap_content"
|
90
|
|
android:id="@+id/ib_location"
|
91
|
|
android:layout_marginBottom="32dp"
|
92
|
|
android:background="@drawable/icon_location2_0"
|
93
|
|
android:layout_marginLeft="8dp"
|
94
|
|
android:layout_marginStart="8dp"
|
95
|
|
android:layout_alignParentBottom="true"
|
|
91
|
android:layout_alignParentStart="true"
|
96
|
92
|
android:layout_alignParentLeft="true"
|
97
|
|
android:layout_alignParentStart="true" />
|
|
93
|
android:layout_alignParentBottom="true"
|
|
94
|
android:layout_marginStart="8dp"
|
|
95
|
android:layout_marginLeft="8dp"
|
|
96
|
android:layout_marginBottom="32dp"
|
|
97
|
android:background="@drawable/icon_location2_0" />
|
98
|
98
|
|
99
|
99
|
<LinearLayout
|
100
|
100
|
android:id="@+id/zoom_in_out"
|
101
|
101
|
android:layout_width="wrap_content"
|
102
|
102
|
android:layout_height="wrap_content"
|
103
|
|
android:layout_marginRight="8dp"
|
104
|
|
android:background="@color/transparent"
|
105
|
|
android:orientation="vertical"
|
106
|
103
|
android:layout_alignBottom="@+id/iv_point_again"
|
107
|
|
android:layout_alignParentRight="true"
|
108
|
104
|
android:layout_alignParentEnd="true"
|
|
105
|
android:layout_alignParentRight="true"
|
109
|
106
|
android:layout_alignParentBottom="true"
|
110
|
107
|
android:layout_marginEnd="8dp"
|
111
|
|
android:layout_marginBottom="32dp">
|
|
108
|
android:layout_marginRight="8dp"
|
|
109
|
android:layout_marginBottom="32dp"
|
|
110
|
android:background="@color/transparent"
|
|
111
|
android:orientation="vertical">
|
112
|
112
|
|
113
|
113
|
<ImageView
|
114
|
114
|
android:id="@+id/zoomin1"
|
115
|
115
|
android:layout_width="wrap_content"
|
116
|
116
|
android:layout_height="wrap_content"
|
117
|
117
|
android:contentDescription="@null"
|
118
|
|
android:src="@drawable/icon_jia2_0"/>
|
|
118
|
android:src="@drawable/icon_jia2_0" />
|
119
|
119
|
<!--android:background="@color/white"-->
|
120
|
120
|
|
121
|
121
|
|
122
|
|
|
123
|
122
|
<ImageView
|
124
|
123
|
android:id="@+id/zoomout1"
|
125
|
124
|
android:layout_width="wrap_content"
|
126
|
125
|
android:layout_height="wrap_content"
|
127
|
126
|
android:contentDescription="@null"
|
128
|
|
android:src="@drawable/icon_jian2_0"/>
|
|
127
|
android:src="@drawable/icon_jian2_0" />
|
129
|
128
|
<!--android:background="@color/white"-->
|
130
|
129
|
</LinearLayout>
|
131
|
130
|
|
132
|
131
|
|
133
|
132
|
</RelativeLayout>
|
|
133
|
|
134
|
134
|
<View
|
135
|
135
|
android:id="@+id/view_title"
|
136
|
136
|
android:layout_width="match_parent"
|
137
|
137
|
android:layout_height="0.5dp"
|
138
|
|
android:background="@color/ui_titleline"
|
139
|
|
android:layout_below="@+id/rl_title"/>
|
|
138
|
android:layout_below="@+id/rl_title"
|
|
139
|
android:background="@color/ui_titleline" />
|
140
|
140
|
|
141
|
141
|
|
142
|
142
|
<ScrollView
|
143
|
143
|
android:layout_width="match_parent"
|
144
|
144
|
android:layout_height="match_parent"
|
145
|
|
android:layout_below="@+id/view_title"
|
146
|
|
android:layout_above="@+id/share_next">
|
|
145
|
android:layout_above="@+id/share_next"
|
|
146
|
android:layout_below="@+id/view_title">
|
147
|
147
|
|
148
|
148
|
<com.zhy.autolayout.AutoLinearLayout
|
149
|
149
|
android:layout_width="match_parent"
|
|
@ -155,19 +155,20 @@
|
155
|
155
|
android:id="@+id/ll_add_photo"
|
156
|
156
|
android:layout_width="match_parent"
|
157
|
157
|
android:layout_height="wrap_content"
|
|
158
|
android:background="@color/bg_row"
|
158
|
159
|
android:orientation="vertical"
|
159
|
|
android:visibility="visible"
|
160
|
|
android:background="@color/bg_row">
|
|
160
|
android:visibility="visible">
|
|
161
|
|
161
|
162
|
<TextView
|
162
|
163
|
android:layout_width="wrap_content"
|
163
|
164
|
android:layout_height="wrap_content"
|
164
|
|
android:textColor="@color/title_row"
|
|
165
|
android:layout_gravity="center_vertical"
|
|
166
|
android:layout_marginLeft="16dp"
|
|
167
|
android:layout_marginTop="8dp"
|
165
|
168
|
android:text="请上传充电站照片"
|
|
169
|
android:textColor="@color/title_row"
|
166
|
170
|
android:textSize="16sp"
|
167
|
|
android:visibility="gone"
|
168
|
|
android:layout_marginTop="8dp"
|
169
|
|
android:layout_marginLeft="16dp"
|
170
|
|
android:layout_gravity="center_vertical"/>
|
|
171
|
android:visibility="gone" />
|
171
|
172
|
|
172
|
173
|
<GridView
|
173
|
174
|
android:id="@+id/noScrollgridview"
|
|
@ -179,23 +180,22 @@
|
179
|
180
|
android:horizontalSpacing="3dp"
|
180
|
181
|
android:numColumns="4"
|
181
|
182
|
android:scrollbars="none"
|
182
|
|
android:verticalSpacing="5dp" >
|
183
|
|
</GridView>
|
|
183
|
android:verticalSpacing="5dp"></GridView>
|
184
|
184
|
|
185
|
185
|
<RelativeLayout
|
186
|
186
|
android:layout_width="match_parent"
|
187
|
187
|
android:layout_height="wrap_content"
|
188
|
|
android:layout_marginTop="8dp"
|
189
|
|
android:layout_marginBottom="8dp"
|
190
|
188
|
android:layout_marginLeft="44px"
|
191
|
|
android:layout_marginRight="44px">
|
|
189
|
android:layout_marginTop="8dp"
|
|
190
|
android:layout_marginRight="44px"
|
|
191
|
android:layout_marginBottom="8dp">
|
192
|
192
|
|
193
|
193
|
<TextView
|
194
|
194
|
android:layout_width="wrap_content"
|
195
|
195
|
android:layout_height="wrap_content"
|
196
|
|
android:text="照片规范:增加通过几率哦~"
|
197
|
|
android:layout_centerVertical="true"
|
198
|
196
|
android:layout_alignParentLeft="true"
|
|
197
|
android:layout_centerVertical="true"
|
|
198
|
android:text="照片规范:增加通过几率哦~"
|
199
|
199
|
android:textColor="@color/ui_68"
|
200
|
200
|
android:textSize="12sp" />
|
201
|
201
|
|
|
@ -203,9 +203,9 @@
|
203
|
203
|
android:id="@+id/iv_chakan"
|
204
|
204
|
android:layout_width="wrap_content"
|
205
|
205
|
android:layout_height="wrap_content"
|
206
|
|
android:src="@drawable/icon_chakan"
|
|
206
|
android:layout_alignParentRight="true"
|
207
|
207
|
android:layout_gravity="center"
|
208
|
|
android:layout_alignParentRight="true"/>
|
|
208
|
android:src="@drawable/icon_chakan" />
|
209
|
209
|
|
210
|
210
|
</RelativeLayout>
|
211
|
211
|
|
|
@ -227,12 +227,12 @@
|
227
|
227
|
<TextView
|
228
|
228
|
android:layout_width="wrap_content"
|
229
|
229
|
android:layout_height="wrap_content"
|
230
|
|
android:text="*"
|
231
|
|
android:textSize="15sp"
|
|
230
|
android:layout_centerInParent="true"
|
232
|
231
|
android:layout_marginLeft="44px"
|
233
|
232
|
android:layout_marginRight="8px"
|
234
|
|
android:layout_centerInParent="true"
|
235
|
|
android:textColor="@color/xinghao"/>
|
|
233
|
android:text="*"
|
|
234
|
android:textColor="@color/xinghao"
|
|
235
|
android:textSize="15sp" />
|
236
|
236
|
|
237
|
237
|
<TextView
|
238
|
238
|
android:layout_width="wrap_content"
|
|
@ -246,13 +246,13 @@
|
246
|
246
|
android:layout_width="0dp"
|
247
|
247
|
android:layout_height="match_parent"
|
248
|
248
|
android:layout_marginLeft="10dp"
|
|
249
|
android:layout_marginRight="44px"
|
249
|
250
|
android:layout_weight="5"
|
250
|
251
|
android:background="@color/white"
|
251
|
|
android:layout_marginRight="44px"
|
252
|
252
|
android:editable="true"
|
253
|
|
android:singleLine="true"
|
254
|
253
|
android:gravity="center|right"
|
255
|
254
|
android:hint="请以地名或建筑命名"
|
|
255
|
android:singleLine="true"
|
256
|
256
|
android:text=""
|
257
|
257
|
android:textColor="@color/ui_62"
|
258
|
258
|
android:textColorHint="@color/ui_68"
|
|
@ -275,29 +275,29 @@
|
275
|
275
|
android:orientation="horizontal">
|
276
|
276
|
|
277
|
277
|
<TextView
|
|
278
|
android:id="@+id/textView25"
|
278
|
279
|
android:layout_width="wrap_content"
|
279
|
280
|
android:layout_height="wrap_content"
|
280
|
|
android:text="*"
|
281
|
|
android:textSize="15sp"
|
|
281
|
android:layout_alignParentStart="true"
|
|
282
|
android:layout_alignParentLeft="true"
|
|
283
|
android:layout_centerInParent="true"
|
282
|
284
|
android:layout_marginLeft="44px"
|
283
|
285
|
android:layout_marginRight="8px"
|
|
286
|
android:text="*"
|
284
|
287
|
android:textColor="@color/xinghao"
|
285
|
|
android:id="@+id/textView25"
|
286
|
|
android:layout_centerInParent="true"
|
287
|
|
android:layout_alignParentLeft="true"
|
288
|
|
android:layout_alignParentStart="true" />
|
|
288
|
android:textSize="15sp" />
|
289
|
289
|
|
290
|
290
|
<TextView
|
291
|
291
|
android:id="@+id/address"
|
292
|
292
|
android:layout_width="wrap_content"
|
293
|
293
|
android:layout_height="match_parent"
|
|
294
|
android:layout_alignParentTop="true"
|
|
295
|
android:layout_toEndOf="@+id/textView25"
|
|
296
|
android:layout_toRightOf="@+id/textView25"
|
294
|
297
|
android:gravity="center"
|
295
|
298
|
android:text="站地址"
|
296
|
299
|
android:textColor="@color/ui_65"
|
297
|
|
android:textSize="15sp"
|
298
|
|
android:layout_alignParentTop="true"
|
299
|
|
android:layout_toRightOf="@+id/textView25"
|
300
|
|
android:layout_toEndOf="@+id/textView25" />
|
|
300
|
android:textSize="15sp" />
|
301
|
301
|
|
302
|
302
|
|
303
|
303
|
<TextView
|
|
@ -305,24 +305,24 @@
|
305
|
305
|
style="?android:attr/textViewStyle"
|
306
|
306
|
android:layout_width="match_parent"
|
307
|
307
|
android:layout_height="match_parent"
|
|
308
|
android:layout_alignParentTop="true"
|
|
309
|
android:layout_alignParentEnd="true"
|
|
310
|
android:layout_alignParentRight="true"
|
|
311
|
android:layout_marginLeft="30px"
|
|
312
|
android:layout_marginEnd="16dp"
|
|
313
|
android:layout_marginRight="44px"
|
|
314
|
android:layout_toRightOf="@+id/address"
|
308
|
315
|
android:background="@null"
|
|
316
|
android:drawableRight="@drawable/icon_select"
|
|
317
|
android:drawablePadding="20px"
|
|
318
|
android:ellipsize="end"
|
309
|
319
|
android:gravity="center|right"
|
310
|
320
|
android:hint="请选择"
|
|
321
|
android:singleLine="true"
|
311
|
322
|
android:text=""
|
312
|
|
android:layout_toRightOf="@+id/address"
|
313
|
|
android:drawableRight="@drawable/icon_select"
|
314
|
|
android:drawablePadding="20px"
|
315
|
|
android:layout_marginRight="44px"
|
316
|
|
android:layout_marginLeft="30px"
|
317
|
323
|
android:textColor="@color/ui_62"
|
318
|
324
|
android:textColorHint="@color/ui_68"
|
319
|
|
android:textSize="15sp"
|
320
|
|
android:singleLine="true"
|
321
|
|
android:ellipsize="end"
|
322
|
|
android:layout_alignParentTop="true"
|
323
|
|
android:layout_alignParentRight="true"
|
324
|
|
android:layout_alignParentEnd="true"
|
325
|
|
android:layout_marginEnd="16dp" />
|
|
325
|
android:textSize="15sp" />
|
326
|
326
|
|
327
|
327
|
|
328
|
328
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
@ -340,41 +340,41 @@
|
340
|
340
|
android:background="@drawable/click_effect">
|
341
|
341
|
|
342
|
342
|
<TextView
|
|
343
|
android:id="@+id/textView18"
|
343
|
344
|
android:layout_width="wrap_content"
|
344
|
345
|
android:layout_height="wrap_content"
|
345
|
|
android:text="*"
|
346
|
|
android:textColor="@color/xinghao"
|
347
|
|
android:id="@+id/textView18"
|
348
|
|
android:textSize="15sp"
|
349
|
|
android:layout_marginLeft="44px"
|
350
|
|
android:layout_marginRight="8px"
|
351
|
346
|
android:layout_alignTop="@+id/textView19"
|
352
|
|
android:layout_centerInParent="true"
|
|
347
|
android:layout_alignParentStart="true"
|
353
|
348
|
android:layout_alignParentLeft="true"
|
354
|
|
android:layout_alignParentStart="true" />
|
|
349
|
android:layout_centerInParent="true"
|
|
350
|
android:layout_marginLeft="44px"
|
|
351
|
android:layout_marginRight="8px"
|
|
352
|
android:text="*"
|
|
353
|
android:textColor="@color/xinghao"
|
|
354
|
android:textSize="15sp" />
|
355
|
355
|
|
356
|
356
|
<TextView
|
|
357
|
android:id="@+id/textView19"
|
357
|
358
|
android:layout_width="wrap_content"
|
358
|
359
|
android:layout_height="wrap_content"
|
359
|
|
android:text="电桩类型"
|
360
|
|
android:layout_gravity="center"
|
361
|
|
android:textColor="@color/ui_65"
|
362
|
|
android:textSize="15sp"
|
363
|
360
|
android:layout_centerVertical="true"
|
364
|
|
android:layout_toRightOf="@+id/textView18"
|
|
361
|
android:layout_gravity="center"
|
365
|
362
|
android:layout_toEndOf="@+id/textView18"
|
366
|
|
android:id="@+id/textView19" />
|
|
363
|
android:layout_toRightOf="@+id/textView18"
|
|
364
|
android:text="电桩类型"
|
|
365
|
android:textColor="@color/ui_65"
|
|
366
|
android:textSize="15sp" />
|
367
|
367
|
|
368
|
368
|
<RadioGroup
|
369
|
369
|
android:id="@+id/rg_claimtype"
|
370
|
370
|
android:layout_width="wrap_content"
|
371
|
371
|
android:layout_height="wrap_content"
|
372
|
|
android:orientation="horizontal"
|
373
|
|
android:layout_marginRight="16dp"
|
374
|
|
android:layout_centerVertical="true"
|
375
|
|
android:layout_alignParentRight="true"
|
376
|
372
|
android:layout_alignParentEnd="true"
|
377
|
|
android:layout_marginEnd="16dp">
|
|
373
|
android:layout_alignParentRight="true"
|
|
374
|
android:layout_centerVertical="true"
|
|
375
|
android:layout_marginEnd="16dp"
|
|
376
|
android:layout_marginRight="16dp"
|
|
377
|
android:orientation="horizontal">
|
378
|
378
|
|
379
|
379
|
<RadioButton
|
380
|
380
|
android:id="@+id/rb_guo"
|
|
@ -390,8 +390,7 @@
|
390
|
390
|
android:layout_height="wrap_content"
|
391
|
391
|
android:layout_marginLeft="44px"
|
392
|
392
|
android:background="@drawable/icon_tenormal1105"
|
393
|
|
android:button="@null"
|
394
|
|
/>
|
|
393
|
android:button="@null" />
|
395
|
394
|
</RadioGroup>
|
396
|
395
|
|
397
|
396
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
@ -408,87 +407,88 @@
|
408
|
407
|
android:background="@color/bg_row">
|
409
|
408
|
|
410
|
409
|
<TextView
|
|
410
|
android:id="@+id/textView21"
|
411
|
411
|
android:layout_width="wrap_content"
|
412
|
412
|
android:layout_height="wrap_content"
|
413
|
|
android:text="*"
|
414
|
|
android:textColor="@color/xinghao"
|
415
|
|
android:id="@+id/textView21"
|
416
|
413
|
android:layout_alignTop="@+id/textView22"
|
417
|
|
android:layout_alignParentLeft="true"
|
418
|
414
|
android:layout_alignParentStart="true"
|
|
415
|
android:layout_alignParentLeft="true"
|
419
|
416
|
android:layout_centerInParent="true"
|
420
|
|
android:textSize="15sp"
|
421
|
417
|
android:layout_marginLeft="44px"
|
422
|
|
android:layout_marginRight="8px" />
|
|
418
|
android:layout_marginRight="8px"
|
|
419
|
android:text="*"
|
|
420
|
android:textColor="@color/xinghao"
|
|
421
|
android:textSize="15sp" />
|
423
|
422
|
|
424
|
423
|
<TextView
|
|
424
|
android:id="@+id/textView22"
|
425
|
425
|
android:layout_width="wrap_content"
|
426
|
426
|
android:layout_height="wrap_content"
|
427
|
|
android:text="数量"
|
428
|
|
android:textColor="@color/ui_65"
|
429
|
|
android:textSize="15sp"
|
430
|
|
android:id="@+id/textView22"
|
431
|
427
|
android:layout_alignTop="@+id/imageView3"
|
|
428
|
android:layout_toEndOf="@+id/textView21"
|
432
|
429
|
android:layout_toRightOf="@+id/textView21"
|
433
|
|
android:layout_toEndOf="@+id/textView21" />
|
|
430
|
android:text="数量"
|
|
431
|
android:textColor="@color/ui_65"
|
|
432
|
android:textSize="15sp" />
|
|
433
|
|
434
|
434
|
<ImageView
|
|
435
|
android:id="@+id/imageView3"
|
435
|
436
|
android:layout_width="wrap_content"
|
436
|
437
|
android:layout_height="wrap_content"
|
437
|
|
android:src="@drawable/icon_kuai1105"
|
|
438
|
android:layout_alignTop="@+id/imageView2"
|
438
|
439
|
android:layout_gravity="center"
|
439
|
|
android:id="@+id/imageView3"
|
440
|
440
|
android:layout_marginRight="20px"
|
441
|
|
android:layout_alignTop="@+id/imageView2"
|
|
441
|
android:layout_toStartOf="@+id/et_fastNum"
|
442
|
442
|
android:layout_toLeftOf="@+id/et_fastNum"
|
443
|
|
android:layout_toStartOf="@+id/et_fastNum" />
|
|
443
|
android:src="@drawable/icon_kuai1105" />
|
444
|
444
|
|
445
|
445
|
<EditText
|
446
|
446
|
android:id="@+id/et_fastNum"
|
447
|
447
|
android:layout_width="wrap_content"
|
448
|
448
|
android:layout_height="match_parent"
|
|
449
|
android:layout_alignParentTop="true"
|
|
450
|
android:layout_marginRight="44px"
|
|
451
|
android:layout_toStartOf="@+id/imageView2"
|
|
452
|
android:layout_toLeftOf="@+id/imageView2"
|
449
|
453
|
android:layout_weight="1"
|
450
|
|
android:inputType="number"
|
451
|
454
|
android:background="@color/white"
|
452
|
455
|
android:editable="true"
|
453
|
456
|
android:gravity="center"
|
454
|
457
|
android:hint="桩数"
|
|
458
|
android:inputType="number"
|
455
|
459
|
android:text=""
|
456
|
460
|
android:textColor="@color/ui_62"
|
457
|
461
|
android:textColorHint="@color/ui_68"
|
458
|
|
android:textSize="15sp"
|
459
|
|
android:layout_marginRight="44px"
|
460
|
|
android:layout_alignParentTop="true"
|
461
|
|
android:layout_toLeftOf="@+id/imageView2"
|
462
|
|
android:layout_toStartOf="@+id/imageView2" />
|
|
462
|
android:textSize="15sp" />
|
463
|
463
|
|
464
|
464
|
<ImageView
|
|
465
|
android:id="@+id/imageView2"
|
465
|
466
|
android:layout_width="wrap_content"
|
466
|
467
|
android:layout_height="wrap_content"
|
467
|
|
android:src="@drawable/icon_man1105"
|
468
|
|
android:layout_gravity="center"
|
469
|
468
|
android:layout_centerVertical="true"
|
|
469
|
android:layout_gravity="center"
|
470
|
470
|
android:layout_marginRight="20px"
|
471
|
471
|
android:layout_toLeftOf="@+id/et_slowNum"
|
472
|
|
android:id="@+id/imageView2" />
|
|
472
|
android:src="@drawable/icon_man1105" />
|
473
|
473
|
|
474
|
474
|
<EditText
|
475
|
475
|
android:id="@+id/et_slowNum"
|
476
|
476
|
android:layout_width="wrap_content"
|
477
|
477
|
android:layout_height="match_parent"
|
|
478
|
android:layout_alignParentTop="true"
|
|
479
|
android:layout_alignParentEnd="true"
|
|
480
|
android:layout_alignParentRight="true"
|
|
481
|
android:layout_marginRight="44px"
|
478
|
482
|
android:layout_weight="1"
|
479
|
|
android:inputType="number"
|
480
|
483
|
android:background="@color/white"
|
481
|
484
|
android:editable="true"
|
482
|
485
|
android:gravity="center"
|
483
|
486
|
android:hint="桩数"
|
|
487
|
android:inputType="number"
|
484
|
488
|
android:text=""
|
485
|
489
|
android:textColor="@color/ui_62"
|
486
|
490
|
android:textColorHint="@color/ui_68"
|
487
|
|
android:textSize="15sp"
|
488
|
|
android:layout_alignParentTop="true"
|
489
|
|
android:layout_alignParentRight="true"
|
490
|
|
android:layout_marginRight="44px"
|
491
|
|
android:layout_alignParentEnd="true" />
|
|
491
|
android:textSize="15sp" />
|
492
|
492
|
|
493
|
493
|
</com.zhy.autolayout.AutoRelativeLayout>
|
494
|
494
|
|
|
@ -510,18 +510,18 @@
|
510
|
510
|
<com.zhy.autolayout.AutoLinearLayout
|
511
|
511
|
android:layout_width="match_parent"
|
512
|
512
|
android:layout_height="120px"
|
513
|
|
android:gravity="center"
|
514
|
|
android:background="@color/bg_row">
|
|
513
|
android:background="@color/bg_row"
|
|
514
|
android:gravity="center">
|
515
|
515
|
|
516
|
516
|
<TextView
|
517
|
517
|
android:layout_width="wrap_content"
|
518
|
518
|
android:layout_height="wrap_content"
|
519
|
|
android:text="*"
|
520
|
|
android:textSize="15sp"
|
|
519
|
android:layout_centerInParent="true"
|
521
|
520
|
android:layout_marginLeft="44px"
|
522
|
521
|
android:layout_marginRight="8px"
|
523
|
|
android:layout_centerInParent="true"
|
524
|
|
android:textColor="@color/xinghao"/>
|
|
522
|
android:text="*"
|
|
523
|
android:textColor="@color/xinghao"
|
|
524
|
android:textSize="15sp" />
|
525
|
525
|
|
526
|
526
|
<TextView
|
527
|
527
|
android:layout_width="wrap_content"
|
|
@ -536,30 +536,29 @@
|
536
|
536
|
android:layout_width="0dp"
|
537
|
537
|
android:layout_height="match_parent"
|
538
|
538
|
android:layout_marginLeft="20px"
|
539
|
|
android:layout_weight="5"
|
540
|
539
|
android:layout_marginRight="44px"
|
|
540
|
android:layout_weight="5"
|
541
|
541
|
android:background="@color/white"
|
542
|
|
android:editable="true"
|
543
|
542
|
android:gravity="center|right"
|
544
|
|
android:inputType="text"
|
545
|
543
|
android:hint="如:0.87元/度"
|
|
544
|
android:inputType="text"
|
546
|
545
|
android:text=""
|
547
|
546
|
android:textColor="@color/ui_62"
|
548
|
547
|
android:textColorHint="@color/ui_68"
|
549
|
548
|
android:textSize="15sp" />
|
550
|
549
|
|
551
|
550
|
|
552
|
|
|
553
|
551
|
</com.zhy.autolayout.AutoLinearLayout>
|
554
|
552
|
|
555
|
553
|
<TextView
|
556
|
554
|
android:layout_width="match_parent"
|
557
|
555
|
android:layout_height="wrap_content"
|
558
|
|
android:text="如存在分时电价,请在照片中上传包含电价信息的照片或截图"
|
559
|
556
|
android:layout_marginLeft="44px"
|
560
|
557
|
android:layout_marginRight="44px"
|
|
558
|
android:text="如存在分时电价,请在照片中上传包含电价信息的照片或截图"
|
561
|
559
|
android:textColor="@color/ui_68"
|
562
|
560
|
android:textSize="12sp" />
|
|
561
|
|
563
|
562
|
<View
|
564
|
563
|
android:layout_width="match_parent"
|
565
|
564
|
android:layout_height="0.5dp"
|
|
@ -574,46 +573,46 @@
|
574
|
573
|
android:background="@color/bg_row">
|
575
|
574
|
|
576
|
575
|
<TextView
|
|
576
|
android:id="@+id/textView23"
|
577
|
577
|
android:layout_width="wrap_content"
|
578
|
578
|
android:layout_height="wrap_content"
|
579
|
|
android:text="*"
|
580
|
|
android:textSize="15sp"
|
|
579
|
android:layout_alignParentStart="true"
|
|
580
|
android:layout_alignParentLeft="true"
|
|
581
|
android:layout_centerInParent="true"
|
581
|
582
|
android:layout_marginLeft="44px"
|
582
|
583
|
android:layout_marginRight="8px"
|
|
584
|
android:text="*"
|
583
|
585
|
android:textColor="@color/xinghao"
|
584
|
|
android:id="@+id/textView23"
|
585
|
|
android:layout_centerInParent="true"
|
586
|
|
android:layout_alignParentLeft="true"
|
587
|
|
android:layout_alignParentStart="true" />
|
|
586
|
android:textSize="15sp" />
|
588
|
587
|
|
589
|
588
|
<TextView
|
590
|
589
|
android:layout_width="wrap_content"
|
591
|
590
|
android:layout_height="wrap_content"
|
592
|
|
android:text="服务费"
|
593
|
|
android:textColor="@color/ui_65"
|
594
|
|
android:textSize="15sp"
|
595
|
591
|
android:layout_alignTop="@+id/textView23"
|
|
592
|
android:layout_toEndOf="@+id/textView23"
|
596
|
593
|
android:layout_toRightOf="@+id/textView23"
|
597
|
|
android:layout_toEndOf="@+id/textView23" />
|
|
594
|
android:text="服务费"
|
|
595
|
android:textColor="@color/ui_65"
|
|
596
|
android:textSize="15sp" />
|
598
|
597
|
|
599
|
598
|
<EditText
|
600
|
599
|
android:id="@+id/et_serviceCost"
|
601
|
600
|
style="?android:attr/textViewStyle"
|
602
|
|
android:background="@null"
|
603
|
601
|
android:layout_width="wrap_content"
|
604
|
602
|
android:layout_height="match_parent"
|
|
603
|
android:layout_alignParentEnd="true"
|
|
604
|
android:layout_alignParentRight="true"
|
|
605
|
android:layout_centerVertical="true"
|
|
606
|
android:layout_marginRight="44px"
|
|
607
|
android:background="@null"
|
605
|
608
|
android:contentDescription="@null"
|
606
|
609
|
android:gravity="center|right"
|
|
610
|
android:hint="如:0.8元/度"
|
|
611
|
android:inputType="text"
|
607
|
612
|
android:text=""
|
608
|
613
|
android:textColor="@color/ui_62"
|
609
|
614
|
android:textColorHint="@color/ui_68"
|
610
|
|
android:inputType="text"
|
611
|
|
android:hint="如:0.8元/度"
|
612
|
|
android:textSize="15sp"
|
613
|
|
android:layout_alignParentRight="true"
|
614
|
|
android:layout_centerVertical="true"
|
615
|
|
android:layout_marginRight="44px"
|
616
|
|
android:layout_alignParentEnd="true"/>
|
|
615
|
android:textSize="15sp" />
|
617
|
616
|
</com.zhy.autolayout.AutoRelativeLayout>
|
618
|
617
|
|
619
|
618
|
<View
|
|
@ -625,18 +624,67 @@
|
625
|
624
|
<com.zhy.autolayout.AutoLinearLayout
|
626
|
625
|
android:layout_width="match_parent"
|
627
|
626
|
android:layout_height="139px"
|
628
|
|
android:gravity="center"
|
629
|
|
android:background="@color/bg_row">
|
|
627
|
android:background="@color/bg_row"
|
|
628
|
android:gravity="center">
|
630
|
629
|
|
631
|
630
|
<TextView
|
632
|
631
|
android:layout_width="wrap_content"
|
633
|
632
|
android:layout_height="wrap_content"
|
|
633
|
android:layout_centerInParent="true"
|
|
634
|
android:layout_marginLeft="44px"
|
|
635
|
android:layout_marginRight="8px"
|
634
|
636
|
android:text="*"
|
635
|
|
android:textSize="15sp"
|
|
637
|
android:textColor="@color/xinghao"
|
|
638
|
android:textSize="15sp" />
|
|
639
|
|
|
640
|
<TextView
|
|
641
|
android:layout_width="wrap_content"
|
|
642
|
android:layout_height="wrap_content"
|
|
643
|
android:text="收费方式"
|
|
644
|
android:textColor="@color/ui_65"
|
|
645
|
android:textSize="15sp" />
|
|
646
|
|
|
647
|
|
|
648
|
<EditText
|
|
649
|
android:id="@+id/et_charge_cost_way"
|
|
650
|
android:layout_width="0dp"
|
|
651
|
android:layout_height="match_parent"
|
|
652
|
android:layout_marginLeft="20px"
|
|
653
|
android:layout_marginRight="44px"
|
|
654
|
android:layout_weight="5"
|
|
655
|
android:background="@color/white"
|
|
656
|
android:gravity="center|right"
|
|
657
|
android:hint="特来电APP"
|
|
658
|
android:inputType="text"
|
|
659
|
android:text=""
|
|
660
|
android:textColor="@color/ui_62"
|
|
661
|
android:textColorHint="@color/ui_68"
|
|
662
|
android:textSize="15sp" />
|
|
663
|
|
|
664
|
|
|
665
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
666
|
|
|
667
|
<View
|
|
668
|
android:layout_width="match_parent"
|
|
669
|
android:layout_height="0.5dp"
|
|
670
|
android:layout_marginLeft="44px"
|
|
671
|
android:background="@color/ui_line" />
|
|
672
|
|
|
673
|
<com.zhy.autolayout.AutoLinearLayout
|
|
674
|
android:layout_width="match_parent"
|
|
675
|
android:layout_height="139px"
|
|
676
|
android:background="@color/bg_row"
|
|
677
|
android:gravity="center">
|
|
678
|
|
|
679
|
<TextView
|
|
680
|
android:layout_width="wrap_content"
|
|
681
|
android:layout_height="wrap_content"
|
|
682
|
android:layout_centerInParent="true"
|
636
|
683
|
android:layout_marginLeft="44px"
|
637
|
684
|
android:layout_marginRight="8px"
|
|
685
|
android:text="*"
|
638
|
686
|
android:textColor="@color/xinghao"
|
639
|
|
android:layout_centerInParent="true"/>
|
|
687
|
android:textSize="15sp" />
|
640
|
688
|
|
641
|
689
|
<TextView
|
642
|
690
|
android:layout_width="wrap_content"
|
|
@ -651,21 +699,20 @@
|
651
|
699
|
android:layout_width="0dp"
|
652
|
700
|
android:layout_height="match_parent"
|
653
|
701
|
android:layout_marginLeft="20px"
|
654
|
|
android:layout_weight="5"
|
655
|
702
|
android:layout_marginRight="44px"
|
|
703
|
android:layout_weight="5"
|
656
|
704
|
android:background="@color/white"
|
657
|
|
android:editable="true"
|
658
|
705
|
android:gravity="center|right"
|
659
|
|
android:inputType="text"
|
660
|
706
|
android:hint="如:5元/时"
|
|
707
|
android:inputType="text"
|
661
|
708
|
android:text=""
|
662
|
709
|
android:textColor="@color/ui_62"
|
663
|
710
|
android:textColorHint="@color/ui_68"
|
664
|
711
|
android:textSize="15sp" />
|
665
|
712
|
|
666
|
713
|
|
667
|
|
|
668
|
714
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
715
|
|
669
|
716
|
<View
|
670
|
717
|
android:layout_width="match_parent"
|
671
|
718
|
android:layout_height="0.5dp"
|
|
@ -673,8 +720,6 @@
|
673
|
720
|
android:background="@color/ui_line" />
|
674
|
721
|
|
675
|
722
|
|
676
|
|
|
677
|
|
|
678
|
723
|
<com.zhy.autolayout.AutoRelativeLayout
|
679
|
724
|
android:id="@+id/ll_select_cost_type"
|
680
|
725
|
android:layout_width="match_parent"
|
|
@ -682,61 +727,110 @@
|
682
|
727
|
android:background="@color/bg_row">
|
683
|
728
|
|
684
|
729
|
<TextView
|
|
730
|
android:id="@+id/textView20"
|
685
|
731
|
android:layout_width="wrap_content"
|
686
|
732
|
android:layout_height="wrap_content"
|
687
|
|
android:text="*"
|
688
|
|
android:textColor="@color/xinghao"
|
689
|
|
android:id="@+id/textView20"
|
690
|
733
|
android:layout_alignTop="@+id/textView17"
|
691
|
|
android:layout_alignParentLeft="true"
|
692
|
734
|
android:layout_alignParentStart="true"
|
|
735
|
android:layout_alignParentLeft="true"
|
693
|
736
|
android:layout_centerInParent="true"
|
694
|
|
android:textSize="15sp"
|
695
|
737
|
android:layout_marginLeft="44px"
|
696
|
|
android:layout_marginRight="8px"/>
|
|
738
|
android:layout_marginRight="8px"
|
|
739
|
android:text="*"
|
|
740
|
android:textColor="@color/xinghao"
|
|
741
|
android:textSize="15sp" />
|
697
|
742
|
|
698
|
743
|
<TextView
|
|
744
|
android:id="@+id/textView17"
|
699
|
745
|
android:layout_width="wrap_content"
|
700
|
746
|
android:layout_height="wrap_content"
|
701
|
|
android:text="运营商"
|
702
|
|
android:textColor="@color/ui_65"
|
703
|
|
android:textSize="15sp"
|
704
|
|
android:id="@+id/textView17"
|
705
|
747
|
android:layout_centerVertical="true"
|
|
748
|
android:layout_toEndOf="@+id/textView20"
|
706
|
749
|
android:layout_toRightOf="@+id/textView20"
|
707
|
|
android:layout_toEndOf="@+id/textView20" />
|
|
750
|
android:text="运营商"
|
|
751
|
android:textColor="@color/ui_65"
|
|
752
|
android:textSize="15sp" />
|
708
|
753
|
|
709
|
754
|
|
710
|
755
|
<TextView
|
711
|
756
|
android:id="@+id/tv_costtype"
|
712
|
757
|
android:layout_width="wrap_content"
|
713
|
758
|
android:layout_height="match_parent"
|
|
759
|
android:layout_centerVertical="true"
|
|
760
|
android:layout_marginRight="20px"
|
|
761
|
android:layout_toLeftOf="@+id/imageView4"
|
714
|
762
|
android:background="@color/white"
|
715
|
|
android:editable="true"
|
716
|
|
android:text=""
|
717
|
|
android:hint="请选择运营商"
|
718
|
763
|
android:gravity="center|right"
|
719
|
|
android:textColorHint="@color/ui_68"
|
720
|
|
android:textColor="@color/ui_62"
|
721
|
|
android:layout_marginRight="20px"
|
|
764
|
android:hint="请选择运营商"
|
722
|
765
|
android:paddingLeft="300px"
|
723
|
|
android:textSize="15sp"
|
724
|
|
android:layout_centerVertical="true"
|
725
|
|
android:layout_toLeftOf="@+id/imageView4" />
|
|
766
|
android:text=""
|
|
767
|
android:textColor="@color/ui_62"
|
|
768
|
android:textColorHint="@color/ui_68"
|
|
769
|
android:textSize="15sp" />
|
726
|
770
|
|
727
|
771
|
<ImageView
|
|
772
|
android:id="@+id/imageView4"
|
728
|
773
|
android:layout_width="wrap_content"
|
729
|
774
|
android:layout_height="wrap_content"
|
730
|
|
android:src="@drawable/icon_select"
|
731
|
|
android:id="@+id/imageView4"
|
732
|
|
android:layout_marginRight="44px"
|
733
|
|
android:layout_centerVertical="true"
|
|
775
|
android:layout_alignParentEnd="true"
|
734
|
776
|
android:layout_alignParentRight="true"
|
735
|
|
android:layout_alignParentEnd="true" />
|
|
777
|
android:layout_centerVertical="true"
|
|
778
|
android:layout_marginRight="44px"
|
|
779
|
android:src="@drawable/icon_select" />
|
736
|
780
|
|
737
|
781
|
|
738
|
782
|
</com.zhy.autolayout.AutoRelativeLayout>
|
739
|
783
|
|
|
784
|
<!-- 运营商电话 -->
|
|
785
|
<View
|
|
786
|
android:layout_width="match_parent"
|
|
787
|
android:layout_height="0.5dp"
|
|
788
|
android:layout_marginLeft="44px"
|
|
789
|
android:background="@color/ui_line" />
|
|
790
|
|
|
791
|
<com.zhy.autolayout.AutoLinearLayout
|
|
792
|
android:layout_width="match_parent"
|
|
793
|
android:layout_height="139px"
|
|
794
|
android:background="@color/bg_row"
|
|
795
|
android:gravity="center">
|
|
796
|
|
|
797
|
<TextView
|
|
798
|
android:layout_width="wrap_content"
|
|
799
|
android:layout_height="wrap_content"
|
|
800
|
android:layout_centerInParent="true"
|
|
801
|
android:layout_marginLeft="44px"
|
|
802
|
android:layout_marginRight="8px"
|
|
803
|
android:text="*"
|
|
804
|
android:textColor="@color/xinghao"
|
|
805
|
android:textSize="15sp" />
|
|
806
|
|
|
807
|
<TextView
|
|
808
|
android:layout_width="wrap_content"
|
|
809
|
android:layout_height="wrap_content"
|
|
810
|
android:text="运营商电话"
|
|
811
|
android:textColor="@color/ui_65"
|
|
812
|
android:textSize="15sp" />
|
|
813
|
|
|
814
|
|
|
815
|
<EditText
|
|
816
|
android:id="@+id/et_telephone"
|
|
817
|
android:layout_width="0dp"
|
|
818
|
android:layout_height="match_parent"
|
|
819
|
android:layout_marginLeft="20px"
|
|
820
|
android:layout_marginRight="44px"
|
|
821
|
android:layout_weight="5"
|
|
822
|
android:background="@color/white"
|
|
823
|
android:gravity="center|right"
|
|
824
|
android:hint="请输入电话号码"
|
|
825
|
android:inputType="text"
|
|
826
|
android:text=""
|
|
827
|
android:textColor="@color/ui_62"
|
|
828
|
android:textColorHint="@color/ui_68"
|
|
829
|
android:textSize="15sp" />
|
|
830
|
|
|
831
|
|
|
832
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
833
|
|
740
|
834
|
<View
|
741
|
835
|
android:layout_width="match_parent"
|
742
|
836
|
android:layout_height="0.5dp"
|
|
@ -759,39 +853,39 @@
|
759
|
853
|
android:background="@color/white">
|
760
|
854
|
|
761
|
855
|
<TextView
|
|
856
|
android:id="@+id/textView24"
|
762
|
857
|
android:layout_width="wrap_content"
|
763
|
858
|
android:layout_height="wrap_content"
|
764
|
|
android:text="*"
|
765
|
|
android:textSize="15sp"
|
|
859
|
android:layout_alignParentStart="true"
|
|
860
|
android:layout_alignParentLeft="true"
|
|
861
|
android:layout_centerInParent="true"
|
766
|
862
|
android:layout_marginLeft="44px"
|
767
|
863
|
android:layout_marginRight="8px"
|
|
864
|
android:text="*"
|
768
|
865
|
android:textColor="@color/xinghao"
|
769
|
|
android:id="@+id/textView24"
|
770
|
|
android:layout_centerInParent="true"
|
771
|
|
android:layout_alignParentLeft="true"
|
772
|
|
android:layout_alignParentStart="true" />
|
|
866
|
android:textSize="15sp" />
|
773
|
867
|
|
774
|
868
|
<TextView
|
|
869
|
android:id="@+id/textView13"
|
775
|
870
|
android:layout_width="wrap_content"
|
776
|
871
|
android:layout_height="wrap_content"
|
777
|
|
android:text="停车场地"
|
778
|
|
android:textColor="@color/ui_65"
|
779
|
|
android:textSize="15sp"
|
780
|
|
android:id="@+id/textView13"
|
781
|
872
|
android:layout_alignTop="@+id/textView24"
|
|
873
|
android:layout_toEndOf="@+id/textView24"
|
782
|
874
|
android:layout_toRightOf="@+id/textView24"
|
783
|
|
android:layout_toEndOf="@+id/textView24" />
|
|
875
|
android:text="停车场地"
|
|
876
|
android:textColor="@color/ui_65"
|
|
877
|
android:textSize="15sp" />
|
784
|
878
|
|
785
|
879
|
<RadioGroup
|
786
|
880
|
android:id="@+id/rg_park"
|
787
|
881
|
android:layout_width="wrap_content"
|
788
|
882
|
android:layout_height="wrap_content"
|
789
|
|
android:orientation="horizontal"
|
790
|
|
android:layout_marginRight="44px"
|
791
|
|
android:layout_centerVertical="true"
|
792
|
|
android:layout_alignParentRight="true"
|
793
|
883
|
android:layout_alignParentEnd="true"
|
794
|
|
android:layout_marginEnd="44px">
|
|
884
|
android:layout_alignParentRight="true"
|
|
885
|
android:layout_centerVertical="true"
|
|
886
|
android:layout_marginEnd="44px"
|
|
887
|
android:layout_marginRight="44px"
|
|
888
|
android:orientation="horizontal">
|
795
|
889
|
|
796
|
890
|
<RadioButton
|
797
|
891
|
android:id="@+id/rb_shang"
|
|
@ -799,8 +893,7 @@
|
799
|
893
|
android:layout_height="wrap_content"
|
800
|
894
|
android:layout_marginLeft="44px"
|
801
|
895
|
android:background="@drawable/icon_shangselected1105"
|
802
|
|
android:button="@null"
|
803
|
|
/>
|
|
896
|
android:button="@null" />
|
804
|
897
|
|
805
|
898
|
<RadioButton
|
806
|
899
|
android:id="@+id/rb_xia"
|
|
@ -808,8 +901,7 @@
|
808
|
901
|
android:layout_height="wrap_content"
|
809
|
902
|
android:layout_marginLeft="44px"
|
810
|
903
|
android:background="@drawable/icon_xianormal1105"
|
811
|
|
android:button="@null"
|
812
|
|
/>
|
|
904
|
android:button="@null" />
|
813
|
905
|
</RadioGroup>
|
814
|
906
|
|
815
|
907
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
@ -818,7 +910,7 @@
|
818
|
910
|
android:layout_width="fill_parent"
|
819
|
911
|
android:layout_height="0.5dp"
|
820
|
912
|
android:layout_marginLeft="44px"
|
821
|
|
android:background="@color/ui_line"/>
|
|
913
|
android:background="@color/ui_line" />
|
822
|
914
|
|
823
|
915
|
<com.zhy.autolayout.AutoLinearLayout
|
824
|
916
|
android:id="@+id/rl_prefect_time"
|
|
@ -829,75 +921,75 @@
|
829
|
921
|
<TextView
|
830
|
922
|
android:id="@+id/tv_prefect_time"
|
831
|
923
|
android:layout_width="0dp"
|
832
|
|
android:layout_weight="1.5"
|
833
|
924
|
android:layout_height="wrap_content"
|
834
|
925
|
android:layout_alignParentLeft="true"
|
835
|
926
|
android:layout_centerVertical="true"
|
|
927
|
android:layout_weight="1.5"
|
836
|
928
|
android:paddingLeft="44px"
|
837
|
929
|
android:text="开放时间"
|
838
|
930
|
android:textColor="@color/ui_65"
|
839
|
|
android:textSize="15sp"/>
|
|
931
|
android:textSize="15sp" />
|
840
|
932
|
|
841
|
933
|
<TextView
|
842
|
934
|
android:id="@+id/tv_prefect_start_time"
|
843
|
935
|
android:layout_width="wrap_content"
|
844
|
936
|
android:layout_height="match_parent"
|
|
937
|
android:layout_centerVertical="true"
|
|
938
|
android:layout_toEndOf="@+id/tv_prefect_time"
|
|
939
|
android:layout_toRightOf="@+id/tv_prefect_time"
|
845
|
940
|
android:gravity="center"
|
846
|
941
|
android:hint="00:00"
|
|
942
|
android:paddingLeft="44px"
|
|
943
|
android:paddingRight="20px"
|
847
|
944
|
android:text=""
|
848
|
945
|
android:textColor="@color/ui_62"
|
849
|
946
|
android:textColorHint="@color/ui_68"
|
850
|
|
android:textSize="15sp"
|
851
|
|
android:paddingRight="20px"
|
852
|
|
android:paddingLeft="44px"
|
853
|
|
android:layout_centerVertical="true"
|
854
|
|
android:layout_toRightOf="@+id/tv_prefect_time"
|
855
|
|
android:layout_toEndOf="@+id/tv_prefect_time"/>
|
|
947
|
android:textSize="15sp" />
|
856
|
948
|
|
857
|
949
|
<ImageView
|
858
|
950
|
android:layout_width="wrap_content"
|
859
|
951
|
android:layout_height="match_parent"
|
860
|
952
|
android:layout_centerVertical="true"
|
|
953
|
android:layout_toEndOf="@id/tv_prefect_time"
|
861
|
954
|
android:layout_toRightOf="@id/tv_prefect_start_time"
|
862
|
|
android:src="@drawable/icon_zhi2_0"
|
863
|
|
android:layout_toEndOf="@id/tv_prefect_time"/>
|
|
955
|
android:src="@drawable/icon_zhi2_0" />
|
864
|
956
|
|
865
|
957
|
<TextView
|
866
|
958
|
android:id="@+id/tv_ferfect_time"
|
867
|
959
|
android:layout_width="wrap_content"
|
868
|
960
|
android:layout_height="match_parent"
|
869
|
|
android:gravity="center"
|
|
961
|
android:layout_alignParentEnd="true"
|
|
962
|
android:layout_alignParentRight="true"
|
|
963
|
android:layout_centerVertical="true"
|
870
|
964
|
android:contentDescription="@null"
|
|
965
|
android:gravity="center"
|
871
|
966
|
android:hint="24:00"
|
|
967
|
android:paddingLeft="20px"
|
|
968
|
android:paddingRight="44px"
|
872
|
969
|
android:text=""
|
873
|
970
|
android:textColor="@color/ui_62"
|
874
|
971
|
android:textColorHint="@color/ui_68"
|
875
|
|
android:textSize="15sp"
|
876
|
|
android:paddingRight="44px"
|
877
|
|
android:paddingLeft="20px"
|
878
|
|
android:layout_alignParentRight="true"
|
879
|
|
android:layout_centerVertical="true"
|
880
|
972
|
|
881
|
|
android:layout_alignParentEnd="true"/>
|
|
973
|
android:textSize="15sp" />
|
882
|
974
|
</com.zhy.autolayout.AutoLinearLayout>
|
883
|
975
|
|
884
|
976
|
<View
|
885
|
977
|
android:layout_width="fill_parent"
|
886
|
978
|
android:layout_height="0.5dp"
|
887
|
979
|
android:layout_marginLeft="44px"
|
888
|
|
android:background="@color/ui_line"/>
|
|
980
|
android:background="@color/ui_line" />
|
889
|
981
|
|
890
|
982
|
<EditText
|
891
|
983
|
android:id="@+id/et_remarkclaim"
|
892
|
984
|
android:layout_width="match_parent"
|
893
|
985
|
android:layout_height="wrap_content"
|
894
|
|
android:hint="备注说明"
|
|
986
|
android:background="@color/white"
|
895
|
987
|
android:gravity="left|top"
|
|
988
|
android:hint="备注说明"
|
896
|
989
|
android:paddingLeft="44px"
|
897
|
|
android:paddingRight="44px"
|
898
|
990
|
android:paddingTop="48px"
|
|
991
|
android:paddingRight="44px"
|
899
|
992
|
android:paddingBottom="50px"
|
900
|
|
android:background="@color/white"
|
901
|
993
|
android:textColor="@color/ui_62"
|
902
|
994
|
android:textColorHint="@color/ui_68"
|
903
|
995
|
android:textSize="15sp" />
|
|
@ -905,66 +997,12 @@
|
905
|
997
|
<View
|
906
|
998
|
android:layout_width="fill_parent"
|
907
|
999
|
android:layout_height="0.5dp"
|
908
|
|
android:background="@color/ui_line"/>
|
|
1000
|
android:background="@color/ui_line" />
|
909
|
1001
|
|
910
|
1002
|
<View
|
911
|
1003
|
android:layout_width="match_parent"
|
912
|
1004
|
android:layout_height="44px"
|
913
|
1005
|
android:background="@color/activity_bgcolor" />
|
914
|
|
|
915
|
|
<!--<LinearLayout-->
|
916
|
|
<!--android:id="@+id/ll_cost"-->
|
917
|
|
<!--android:layout_width="match_parent"-->
|
918
|
|
<!--android:layout_height="0dp"-->
|
919
|
|
<!--android:layout_weight="1"-->
|
920
|
|
<!--android:background="@drawable/click_effect">-->
|
921
|
|
|
922
|
|
<!--<TextView-->
|
923
|
|
<!--android:layout_width="wrap_content"-->
|
924
|
|
<!--android:layout_height="wrap_content"-->
|
925
|
|
<!--android:layout_marginLeft="10dp"-->
|
926
|
|
<!--android:text="支付方式"-->
|
927
|
|
<!--android:textColor="@color/title_row"-->
|
928
|
|
<!--android:textSize="16sp" />-->
|
929
|
|
|
930
|
|
<!--<TextView-->
|
931
|
|
<!--android:id="@+id/tv_costWay"-->
|
932
|
|
<!--android:layout_width="0dp"-->
|
933
|
|
<!--android:layout_height="match_parent"-->
|
934
|
|
<!--android:layout_marginLeft="10dp"-->
|
935
|
|
<!--android:layout_weight="5"-->
|
936
|
|
<!--android:gravity="right|center"-->
|
937
|
|
<!--android:hint="请选择充电桩类型"-->
|
938
|
|
<!--android:textColor="@color/hintColor"-->
|
939
|
|
<!--android:textColorHint="@color/hintColor"-->
|
940
|
|
<!--android:textSize="15sp" />-->
|
941
|
|
|
942
|
|
<!--<ImageView-->
|
943
|
|
<!--android:layout_width="0dp"-->
|
944
|
|
<!--android:layout_height="wrap_content"-->
|
945
|
|
<!--android:layout_gravity="center"-->
|
946
|
|
<!--android:layout_weight="0.7"-->
|
947
|
|
<!--android:padding="8dp"-->
|
948
|
|
<!--android:src="@drawable/grey_right" />-->
|
949
|
|
<!--</LinearLayout>-->
|
950
|
|
|
951
|
|
<!--<View-->
|
952
|
|
<!--android:layout_width="match_parent"-->
|
953
|
|
<!--android:layout_height="0.5dp"-->
|
954
|
|
<!--android:layout_marginLeft="15dp"-->
|
955
|
|
<!--android:layout_marginRight="15dp"-->
|
956
|
|
<!--android:background="@color/in_line" />-->
|
957
|
|
|
958
|
|
|
959
|
|
|
960
|
|
|
961
|
|
|
962
|
|
|
963
|
|
|
964
|
|
<!--<View-->
|
965
|
|
<!--android:layout_width="match_parent"-->
|
966
|
|
<!--android:layout_height="0.5dp"-->
|
967
|
|
<!--android:background="@color/lineColor"/>-->
|
968
|
1006
|
</com.zhy.autolayout.AutoLinearLayout>
|
969
|
1007
|
|
970
|
1008
|
</ScrollView>
|
|
@ -974,14 +1012,12 @@
|
974
|
1012
|
android:layout_width="match_parent"
|
975
|
1013
|
android:layout_height="127px"
|
976
|
1014
|
android:layout_alignParentBottom="true"
|
977
|
|
android:background="@color/lvse"
|
978
|
1015
|
android:layout_gravity="center"
|
|
1016
|
android:background="@color/lvse"
|
979
|
1017
|
android:gravity="center"
|
980
|
1018
|
android:text="立即提交"
|
981
|
1019
|
android:textColor="@color/white"
|
982
|
1020
|
android:textSize="15sp" />
|
983
|
1021
|
|
984
|
1022
|
|
985
|
|
|
986
|
|
|
987
|
1023
|
</com.zhy.autolayout.AutoRelativeLayout>
|