|
|
@ -0,0 +1,1126 @@
|
|
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2
|
<com.zhy.autolayout.AutoRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
3
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
4
|
android:id="@+id/claim"
|
|
|
5
|
android:layout_width="match_parent"
|
|
|
6
|
android:layout_height="match_parent"
|
|
|
7
|
android:background="@color/activity_bgcolor"
|
|
|
8
|
android:focusable="true"
|
|
|
9
|
android:focusableInTouchMode="true">
|
|
|
10
|
|
|
|
11
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
|
12
|
android:id="@+id/rl_title"
|
|
|
13
|
android:layout_width="fill_parent"
|
|
|
14
|
android:layout_height="130px"
|
|
|
15
|
android:layout_alignParentTop="true"
|
|
|
16
|
android:background="@color/title_background">
|
|
|
17
|
|
|
|
18
|
<ImageView
|
|
|
19
|
android:id="@+id/iv_back"
|
|
|
20
|
android:layout_width="wrap_content"
|
|
|
21
|
android:layout_height="match_parent"
|
|
|
22
|
android:layout_alignParentLeft="true"
|
|
|
23
|
android:layout_centerVertical="true"
|
|
|
24
|
android:contentDescription="@null"
|
|
|
25
|
android:paddingLeft="44px"
|
|
|
26
|
android:paddingRight="44px"
|
|
|
27
|
android:src="@drawable/icon_lvback1119" />
|
|
|
28
|
|
|
|
29
|
<TextView
|
|
|
30
|
android:id="@+id/textview"
|
|
|
31
|
android:layout_width="wrap_content"
|
|
|
32
|
android:layout_height="wrap_content"
|
|
|
33
|
android:layout_centerInParent="true"
|
|
|
34
|
android:text="编辑站点"
|
|
|
35
|
android:textColor="@color/ui_62"
|
|
|
36
|
android:textSize="16sp" />
|
|
|
37
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
|
38
|
|
|
|
39
|
<View
|
|
|
40
|
android:layout_width="match_parent"
|
|
|
41
|
android:layout_height="0.5dp"
|
|
|
42
|
android:background="@color/ui_titleline"
|
|
|
43
|
android:visibility="gone" />
|
|
|
44
|
|
|
|
45
|
<RelativeLayout
|
|
|
46
|
android:id="@+id/tv_notice"
|
|
|
47
|
android:layout_width="match_parent"
|
|
|
48
|
android:layout_height="38dp"
|
|
|
49
|
android:background="@drawable/bg_notice1105"
|
|
|
50
|
android:orientation="horizontal"
|
|
|
51
|
android:visibility="gone">
|
|
|
52
|
|
|
|
53
|
<TextView
|
|
|
54
|
android:layout_width="wrap_content"
|
|
|
55
|
android:layout_height="wrap_content"
|
|
|
56
|
android:layout_centerHorizontal="true"
|
|
|
57
|
android:layout_centerVertical="true"
|
|
|
58
|
android:layout_gravity="center_horizontal"
|
|
|
59
|
android:drawableRight="@drawable/icon_close1105"
|
|
|
60
|
android:drawablePadding="16dp"
|
|
|
61
|
android:text="轻点地图即可选取位置,添加未被收录的站点"
|
|
|
62
|
android:textColor="#099234"
|
|
|
63
|
android:textSize="14sp" />
|
|
|
64
|
</RelativeLayout>
|
|
|
65
|
|
|
|
66
|
|
|
|
67
|
<RelativeLayout
|
|
|
68
|
android:layout_width="match_parent"
|
|
|
69
|
android:layout_height="300dp"
|
|
|
70
|
android:visibility="gone">
|
|
|
71
|
|
|
|
72
|
|
|
|
73
|
<ImageView
|
|
|
74
|
android:id="@+id/ib_location"
|
|
|
75
|
android:layout_width="wrap_content"
|
|
|
76
|
android:layout_height="wrap_content"
|
|
|
77
|
android:layout_alignParentStart="true"
|
|
|
78
|
android:layout_alignParentLeft="true"
|
|
|
79
|
android:layout_alignParentBottom="true"
|
|
|
80
|
android:layout_marginStart="8dp"
|
|
|
81
|
android:layout_marginLeft="8dp"
|
|
|
82
|
android:layout_marginBottom="32dp"
|
|
|
83
|
android:background="@drawable/icon_location2_0" />
|
|
|
84
|
|
|
|
85
|
<LinearLayout
|
|
|
86
|
android:id="@+id/zoom_in_out"
|
|
|
87
|
android:layout_width="wrap_content"
|
|
|
88
|
android:layout_height="wrap_content"
|
|
|
89
|
android:layout_alignBottom="@+id/iv_point_again"
|
|
|
90
|
android:layout_alignParentEnd="true"
|
|
|
91
|
android:layout_alignParentRight="true"
|
|
|
92
|
android:layout_alignParentBottom="true"
|
|
|
93
|
android:layout_marginEnd="8dp"
|
|
|
94
|
android:layout_marginRight="8dp"
|
|
|
95
|
android:layout_marginBottom="32dp"
|
|
|
96
|
android:background="@color/transparent"
|
|
|
97
|
android:orientation="vertical">
|
|
|
98
|
|
|
|
99
|
<ImageView
|
|
|
100
|
android:id="@+id/zoomin1"
|
|
|
101
|
android:layout_width="wrap_content"
|
|
|
102
|
android:layout_height="wrap_content"
|
|
|
103
|
android:contentDescription="@null"
|
|
|
104
|
android:src="@drawable/icon_jia2_0" />
|
|
|
105
|
|
|
|
106
|
|
|
|
107
|
<ImageView
|
|
|
108
|
android:id="@+id/zoomout1"
|
|
|
109
|
android:layout_width="wrap_content"
|
|
|
110
|
android:layout_height="wrap_content"
|
|
|
111
|
android:contentDescription="@null"
|
|
|
112
|
android:src="@drawable/icon_jian2_0" />
|
|
|
113
|
</LinearLayout>
|
|
|
114
|
|
|
|
115
|
|
|
|
116
|
</RelativeLayout>
|
|
|
117
|
|
|
|
118
|
<View
|
|
|
119
|
android:id="@+id/view_title"
|
|
|
120
|
android:layout_width="match_parent"
|
|
|
121
|
android:layout_height="0.5dp"
|
|
|
122
|
android:layout_below="@+id/rl_title"
|
|
|
123
|
android:background="@color/ui_titleline" />
|
|
|
124
|
|
|
|
125
|
|
|
|
126
|
<ScrollView
|
|
|
127
|
android:layout_width="match_parent"
|
|
|
128
|
android:layout_height="match_parent"
|
|
|
129
|
android:layout_above="@+id/share_next"
|
|
|
130
|
android:layout_below="@+id/view_title">
|
|
|
131
|
|
|
|
132
|
<com.zhy.autolayout.AutoLinearLayout
|
|
|
133
|
android:layout_width="match_parent"
|
|
|
134
|
android:layout_height="match_parent"
|
|
|
135
|
android:background="@color/white"
|
|
|
136
|
android:orientation="vertical">
|
|
|
137
|
|
|
|
138
|
<com.zhy.autolayout.AutoLinearLayout
|
|
|
139
|
android:id="@+id/ll_add_photo"
|
|
|
140
|
android:layout_width="match_parent"
|
|
|
141
|
android:layout_height="wrap_content"
|
|
|
142
|
android:background="@color/bg_row"
|
|
|
143
|
android:orientation="vertical"
|
|
|
144
|
android:visibility="visible">
|
|
|
145
|
|
|
|
146
|
<GridView
|
|
|
147
|
android:id="@+id/noScrollgridview"
|
|
|
148
|
android:layout_width="match_parent"
|
|
|
149
|
android:layout_height="wrap_content"
|
|
|
150
|
android:layout_marginLeft="16dp"
|
|
|
151
|
android:layout_marginTop="14dp"
|
|
|
152
|
android:layout_marginRight="16dp"
|
|
|
153
|
android:horizontalSpacing="3dp"
|
|
|
154
|
android:numColumns="4"
|
|
|
155
|
android:scrollbars="none"
|
|
|
156
|
android:verticalSpacing="5dp"
|
|
|
157
|
android:visibility="gone"></GridView>
|
|
|
158
|
|
|
|
159
|
<LinearLayout
|
|
|
160
|
android:layout_width="match_parent"
|
|
|
161
|
android:layout_height="wrap_content"
|
|
|
162
|
android:layout_marginLeft="15dp"
|
|
|
163
|
android:layout_marginTop="10dp"
|
|
|
164
|
android:layout_marginRight="15dp"
|
|
|
165
|
android:orientation="horizontal">
|
|
|
166
|
|
|
|
167
|
<android.support.constraint.ConstraintLayout
|
|
|
168
|
android:id="@+id/take_image_0"
|
|
|
169
|
android:layout_width="0dp"
|
|
|
170
|
android:layout_height="wrap_content"
|
|
|
171
|
android:layout_marginLeft="2.5dp"
|
|
|
172
|
android:layout_marginRight="2.5dp"
|
|
|
173
|
android:layout_weight="1">
|
|
|
174
|
|
|
|
175
|
<ImageView
|
|
|
176
|
android:id="@+id/take_image_view_0"
|
|
|
177
|
android:layout_width="wrap_content"
|
|
|
178
|
android:layout_height="wrap_content"
|
|
|
179
|
android:src="@drawable/add_picture_1"
|
|
|
180
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
181
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
182
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
183
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
184
|
|
|
|
185
|
<ImageView
|
|
|
186
|
android:id="@+id/take_image_camera_0"
|
|
|
187
|
android:layout_width="wrap_content"
|
|
|
188
|
android:layout_height="wrap_content"
|
|
|
189
|
android:layout_marginTop="5dp"
|
|
|
190
|
android:layout_marginRight="5dp"
|
|
|
191
|
android:src="@drawable/camera_icon"
|
|
|
192
|
app:layout_constraintRight_toRightOf="@+id/take_image_view_0"
|
|
|
193
|
app:layout_constraintTop_toTopOf="@+id/take_image_view_0" />
|
|
|
194
|
|
|
|
195
|
|
|
|
196
|
</android.support.constraint.ConstraintLayout>
|
|
|
197
|
|
|
|
198
|
<android.support.constraint.ConstraintLayout
|
|
|
199
|
android:id="@+id/take_image_1"
|
|
|
200
|
android:layout_width="0dp"
|
|
|
201
|
android:layout_height="wrap_content"
|
|
|
202
|
android:layout_marginLeft="2.5dp"
|
|
|
203
|
android:layout_marginRight="2.5dp"
|
|
|
204
|
android:layout_weight="1">
|
|
|
205
|
|
|
|
206
|
<ImageView
|
|
|
207
|
android:id="@+id/take_image_view_1"
|
|
|
208
|
android:layout_width="wrap_content"
|
|
|
209
|
android:layout_height="wrap_content"
|
|
|
210
|
android:src="@drawable/add_picture_2"
|
|
|
211
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
212
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
213
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
214
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
215
|
|
|
|
216
|
<ImageView
|
|
|
217
|
android:id="@+id/take_image_camera_1"
|
|
|
218
|
android:layout_width="wrap_content"
|
|
|
219
|
android:layout_height="wrap_content"
|
|
|
220
|
android:layout_marginTop="5dp"
|
|
|
221
|
android:layout_marginRight="5dp"
|
|
|
222
|
android:src="@drawable/camera_icon"
|
|
|
223
|
app:layout_constraintRight_toRightOf="@+id/take_image_view_1"
|
|
|
224
|
app:layout_constraintTop_toTopOf="@+id/take_image_view_1" />
|
|
|
225
|
</android.support.constraint.ConstraintLayout>
|
|
|
226
|
|
|
|
227
|
<android.support.constraint.ConstraintLayout
|
|
|
228
|
android:id="@+id/take_image_2"
|
|
|
229
|
android:layout_width="0dp"
|
|
|
230
|
android:layout_height="wrap_content"
|
|
|
231
|
android:layout_marginLeft="2.5dp"
|
|
|
232
|
android:layout_marginRight="2.5dp"
|
|
|
233
|
android:layout_weight="1">
|
|
|
234
|
|
|
|
235
|
<ImageView
|
|
|
236
|
android:id="@+id/take_image_view_2"
|
|
|
237
|
android:layout_width="wrap_content"
|
|
|
238
|
android:layout_height="wrap_content"
|
|
|
239
|
android:src="@drawable/add_picture_3"
|
|
|
240
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
241
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
242
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
243
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
244
|
|
|
|
245
|
<ImageView
|
|
|
246
|
android:id="@+id/take_image_camera_2"
|
|
|
247
|
android:layout_width="wrap_content"
|
|
|
248
|
android:layout_height="wrap_content"
|
|
|
249
|
android:layout_marginTop="5dp"
|
|
|
250
|
android:layout_marginRight="5dp"
|
|
|
251
|
android:src="@drawable/camera_icon"
|
|
|
252
|
app:layout_constraintRight_toRightOf="@+id/take_image_view_2"
|
|
|
253
|
app:layout_constraintTop_toTopOf="@+id/take_image_view_2" />
|
|
|
254
|
</android.support.constraint.ConstraintLayout>
|
|
|
255
|
|
|
|
256
|
<android.support.constraint.ConstraintLayout
|
|
|
257
|
android:id="@+id/take_image_3"
|
|
|
258
|
android:layout_width="0dp"
|
|
|
259
|
android:layout_height="wrap_content"
|
|
|
260
|
android:layout_marginLeft="2.5dp"
|
|
|
261
|
android:layout_marginRight="2.5dp"
|
|
|
262
|
android:layout_weight="1">
|
|
|
263
|
|
|
|
264
|
<ImageView
|
|
|
265
|
android:id="@+id/take_image_view_3"
|
|
|
266
|
android:layout_width="wrap_content"
|
|
|
267
|
android:layout_height="wrap_content"
|
|
|
268
|
android:src="@drawable/add_picture_4"
|
|
|
269
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
270
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
271
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
272
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
273
|
|
|
|
274
|
<ImageView
|
|
|
275
|
android:id="@+id/take_image_camera_3"
|
|
|
276
|
android:layout_width="wrap_content"
|
|
|
277
|
android:layout_height="wrap_content"
|
|
|
278
|
android:layout_marginTop="5dp"
|
|
|
279
|
android:layout_marginRight="5dp"
|
|
|
280
|
android:src="@drawable/camera_icon"
|
|
|
281
|
app:layout_constraintRight_toRightOf="@+id/take_image_view_3"
|
|
|
282
|
app:layout_constraintTop_toTopOf="@+id/take_image_view_3" />
|
|
|
283
|
|
|
|
284
|
</android.support.constraint.ConstraintLayout>
|
|
|
285
|
|
|
|
286
|
</LinearLayout>
|
|
|
287
|
|
|
|
288
|
<RelativeLayout
|
|
|
289
|
android:layout_width="match_parent"
|
|
|
290
|
android:layout_height="wrap_content"
|
|
|
291
|
android:layout_marginLeft="44px"
|
|
|
292
|
android:layout_marginTop="8dp"
|
|
|
293
|
android:layout_marginRight="44px"
|
|
|
294
|
android:layout_marginBottom="8dp">
|
|
|
295
|
|
|
|
296
|
<TextView
|
|
|
297
|
android:layout_width="wrap_content"
|
|
|
298
|
android:layout_height="wrap_content"
|
|
|
299
|
android:layout_alignParentLeft="true"
|
|
|
300
|
android:layout_centerVertical="true"
|
|
|
301
|
android:text="照片规范:增加通过几率哦~"
|
|
|
302
|
android:textColor="@color/ui_68"
|
|
|
303
|
android:textSize="12sp" />
|
|
|
304
|
|
|
|
305
|
<ImageView
|
|
|
306
|
android:id="@+id/iv_chakan"
|
|
|
307
|
android:layout_width="wrap_content"
|
|
|
308
|
android:layout_height="wrap_content"
|
|
|
309
|
android:layout_alignParentRight="true"
|
|
|
310
|
android:layout_gravity="center"
|
|
|
311
|
android:src="@drawable/icon_chakan" />
|
|
|
312
|
|
|
|
313
|
</RelativeLayout>
|
|
|
314
|
|
|
|
315
|
|
|
|
316
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
|
317
|
|
|
|
318
|
<View
|
|
|
319
|
android:layout_width="match_parent"
|
|
|
320
|
android:layout_height="0.5dp"
|
|
|
321
|
android:layout_marginLeft="44px"
|
|
|
322
|
android:background="@color/ui_line" />
|
|
|
323
|
|
|
|
324
|
<com.zhy.autolayout.AutoLinearLayout
|
|
|
325
|
android:layout_width="match_parent"
|
|
|
326
|
android:layout_height="139px"
|
|
|
327
|
android:background="@color/bg_row"
|
|
|
328
|
android:orientation="horizontal">
|
|
|
329
|
|
|
|
330
|
<TextView
|
|
|
331
|
android:layout_width="wrap_content"
|
|
|
332
|
android:layout_height="wrap_content"
|
|
|
333
|
android:layout_centerInParent="true"
|
|
|
334
|
android:layout_marginLeft="44px"
|
|
|
335
|
android:layout_marginRight="8px"
|
|
|
336
|
android:text="*"
|
|
|
337
|
android:textColor="@color/xinghao"
|
|
|
338
|
android:textSize="15sp" />
|
|
|
339
|
|
|
|
340
|
<TextView
|
|
|
341
|
android:layout_width="wrap_content"
|
|
|
342
|
android:layout_height="wrap_content"
|
|
|
343
|
android:text="站名称"
|
|
|
344
|
android:textColor="@color/ui_65"
|
|
|
345
|
android:textSize="15sp" />
|
|
|
346
|
|
|
|
347
|
<EditText
|
|
|
348
|
android:id="@+id/et_zhanName"
|
|
|
349
|
android:layout_width="0dp"
|
|
|
350
|
android:layout_height="match_parent"
|
|
|
351
|
android:layout_marginLeft="10dp"
|
|
|
352
|
android:layout_marginRight="44px"
|
|
|
353
|
android:layout_weight="5"
|
|
|
354
|
android:background="@color/white"
|
|
|
355
|
android:editable="true"
|
|
|
356
|
android:gravity="center|right"
|
|
|
357
|
android:hint="请以地名或建筑命名"
|
|
|
358
|
android:singleLine="true"
|
|
|
359
|
android:text=""
|
|
|
360
|
android:textColor="@color/ui_62"
|
|
|
361
|
android:textColorHint="@color/ui_68"
|
|
|
362
|
android:textSize="15sp" />
|
|
|
363
|
|
|
|
364
|
|
|
|
365
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
|
366
|
|
|
|
367
|
<View
|
|
|
368
|
android:layout_width="match_parent"
|
|
|
369
|
android:layout_height="0.5dp"
|
|
|
370
|
android:layout_marginLeft="44px"
|
|
|
371
|
android:background="@color/ui_line" />
|
|
|
372
|
|
|
|
373
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
|
374
|
android:id="@+id/ll_address"
|
|
|
375
|
android:layout_width="match_parent"
|
|
|
376
|
android:layout_height="139px"
|
|
|
377
|
android:background="@color/bg_row"
|
|
|
378
|
android:orientation="horizontal">
|
|
|
379
|
|
|
|
380
|
<TextView
|
|
|
381
|
android:id="@+id/textView25"
|
|
|
382
|
android:layout_width="wrap_content"
|
|
|
383
|
android:layout_height="wrap_content"
|
|
|
384
|
android:layout_alignParentStart="true"
|
|
|
385
|
android:layout_alignParentLeft="true"
|
|
|
386
|
android:layout_centerInParent="true"
|
|
|
387
|
android:layout_marginLeft="44px"
|
|
|
388
|
android:layout_marginRight="8px"
|
|
|
389
|
android:text="*"
|
|
|
390
|
android:textColor="@color/xinghao"
|
|
|
391
|
android:textSize="15sp" />
|
|
|
392
|
|
|
|
393
|
<TextView
|
|
|
394
|
android:id="@+id/address"
|
|
|
395
|
android:layout_width="wrap_content"
|
|
|
396
|
android:layout_height="match_parent"
|
|
|
397
|
android:layout_alignParentTop="true"
|
|
|
398
|
android:layout_toEndOf="@+id/textView25"
|
|
|
399
|
android:layout_toRightOf="@+id/textView25"
|
|
|
400
|
android:gravity="center"
|
|
|
401
|
android:text="站地址"
|
|
|
402
|
android:textColor="@color/ui_65"
|
|
|
403
|
android:textSize="15sp" />
|
|
|
404
|
|
|
|
405
|
|
|
|
406
|
<TextView
|
|
|
407
|
android:id="@+id/et_share_address"
|
|
|
408
|
style="?android:attr/textViewStyle"
|
|
|
409
|
android:layout_width="match_parent"
|
|
|
410
|
android:layout_height="match_parent"
|
|
|
411
|
android:layout_alignParentTop="true"
|
|
|
412
|
android:layout_alignParentEnd="true"
|
|
|
413
|
android:layout_alignParentRight="true"
|
|
|
414
|
android:layout_marginLeft="30px"
|
|
|
415
|
android:layout_marginEnd="16dp"
|
|
|
416
|
android:layout_marginRight="44px"
|
|
|
417
|
android:layout_toRightOf="@+id/address"
|
|
|
418
|
android:background="@null"
|
|
|
419
|
android:drawableRight="@drawable/icon_select"
|
|
|
420
|
android:drawablePadding="20px"
|
|
|
421
|
android:ellipsize="end"
|
|
|
422
|
android:gravity="center|right"
|
|
|
423
|
android:hint="请选择"
|
|
|
424
|
android:singleLine="true"
|
|
|
425
|
android:text=""
|
|
|
426
|
android:textColor="@color/ui_62"
|
|
|
427
|
android:textColorHint="@color/ui_68"
|
|
|
428
|
android:textSize="15sp" />
|
|
|
429
|
|
|
|
430
|
|
|
|
431
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
|
432
|
|
|
|
433
|
<View
|
|
|
434
|
android:layout_width="match_parent"
|
|
|
435
|
android:layout_height="0.5dp"
|
|
|
436
|
android:layout_marginLeft="16dp"
|
|
|
437
|
android:background="@color/Line" />
|
|
|
438
|
|
|
|
439
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
|
440
|
android:id="@+id/ll_type"
|
|
|
441
|
android:layout_width="match_parent"
|
|
|
442
|
android:layout_height="139px"
|
|
|
443
|
android:background="@drawable/click_effect">
|
|
|
444
|
|
|
|
445
|
<TextView
|
|
|
446
|
android:id="@+id/textView18"
|
|
|
447
|
android:layout_width="wrap_content"
|
|
|
448
|
android:layout_height="wrap_content"
|
|
|
449
|
android:layout_alignTop="@+id/textView19"
|
|
|
450
|
android:layout_alignParentStart="true"
|
|
|
451
|
android:layout_alignParentLeft="true"
|
|
|
452
|
android:layout_centerInParent="true"
|
|
|
453
|
android:layout_marginLeft="44px"
|
|
|
454
|
android:layout_marginRight="8px"
|
|
|
455
|
android:text="*"
|
|
|
456
|
android:textColor="@color/xinghao"
|
|
|
457
|
android:textSize="15sp" />
|
|
|
458
|
|
|
|
459
|
<TextView
|
|
|
460
|
android:id="@+id/textView19"
|
|
|
461
|
android:layout_width="wrap_content"
|
|
|
462
|
android:layout_height="wrap_content"
|
|
|
463
|
android:layout_centerVertical="true"
|
|
|
464
|
android:layout_gravity="center"
|
|
|
465
|
android:layout_toEndOf="@+id/textView18"
|
|
|
466
|
android:layout_toRightOf="@+id/textView18"
|
|
|
467
|
android:text="电桩类型"
|
|
|
468
|
android:textColor="@color/ui_65"
|
|
|
469
|
android:textSize="15sp" />
|
|
|
470
|
|
|
|
471
|
<RadioGroup
|
|
|
472
|
android:id="@+id/rg_claimtype"
|
|
|
473
|
android:layout_width="wrap_content"
|
|
|
474
|
android:layout_height="wrap_content"
|
|
|
475
|
android:layout_alignParentEnd="true"
|
|
|
476
|
android:layout_alignParentRight="true"
|
|
|
477
|
android:layout_centerVertical="true"
|
|
|
478
|
android:layout_marginEnd="16dp"
|
|
|
479
|
android:layout_marginRight="16dp"
|
|
|
480
|
android:orientation="horizontal">
|
|
|
481
|
|
|
|
482
|
<RadioButton
|
|
|
483
|
android:id="@+id/rb_guo"
|
|
|
484
|
android:layout_width="wrap_content"
|
|
|
485
|
android:layout_height="wrap_content"
|
|
|
486
|
android:layout_marginLeft="44px"
|
|
|
487
|
android:background="@drawable/icon_guoselected1105"
|
|
|
488
|
android:button="@null" />
|
|
|
489
|
|
|
|
490
|
<RadioButton
|
|
|
491
|
android:id="@+id/rb_te"
|
|
|
492
|
android:layout_width="wrap_content"
|
|
|
493
|
android:layout_height="wrap_content"
|
|
|
494
|
android:layout_marginLeft="44px"
|
|
|
495
|
android:background="@drawable/icon_tenormal1105"
|
|
|
496
|
android:button="@null" />
|
|
|
497
|
</RadioGroup>
|
|
|
498
|
|
|
|
499
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
|
500
|
|
|
|
501
|
<View
|
|
|
502
|
android:layout_width="match_parent"
|
|
|
503
|
android:layout_height="0.5dp"
|
|
|
504
|
android:layout_marginLeft="16dp"
|
|
|
505
|
android:background="@color/ui_line" />
|
|
|
506
|
|
|
|
507
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
|
508
|
android:layout_width="match_parent"
|
|
|
509
|
android:layout_height="139px"
|
|
|
510
|
android:background="@color/bg_row">
|
|
|
511
|
|
|
|
512
|
<TextView
|
|
|
513
|
android:id="@+id/textView21"
|
|
|
514
|
android:layout_width="wrap_content"
|
|
|
515
|
android:layout_height="wrap_content"
|
|
|
516
|
android:layout_alignTop="@+id/textView22"
|
|
|
517
|
android:layout_alignParentStart="true"
|
|
|
518
|
android:layout_alignParentLeft="true"
|
|
|
519
|
android:layout_centerInParent="true"
|
|
|
520
|
android:layout_marginLeft="44px"
|
|
|
521
|
android:layout_marginRight="8px"
|
|
|
522
|
android:text="*"
|
|
|
523
|
android:textColor="@color/xinghao"
|
|
|
524
|
android:textSize="15sp" />
|
|
|
525
|
|
|
|
526
|
<TextView
|
|
|
527
|
android:id="@+id/textView22"
|
|
|
528
|
android:layout_width="wrap_content"
|
|
|
529
|
android:layout_height="wrap_content"
|
|
|
530
|
android:layout_alignTop="@+id/imageView3"
|
|
|
531
|
android:layout_toEndOf="@+id/textView21"
|
|
|
532
|
android:layout_toRightOf="@+id/textView21"
|
|
|
533
|
android:text="数量"
|
|
|
534
|
android:textColor="@color/ui_65"
|
|
|
535
|
android:textSize="15sp" />
|
|
|
536
|
|
|
|
537
|
<ImageView
|
|
|
538
|
android:id="@+id/imageView3"
|
|
|
539
|
android:layout_width="wrap_content"
|
|
|
540
|
android:layout_height="wrap_content"
|
|
|
541
|
android:layout_alignTop="@+id/imageView2"
|
|
|
542
|
android:layout_gravity="center"
|
|
|
543
|
android:layout_marginRight="20px"
|
|
|
544
|
android:layout_toStartOf="@+id/et_fastNum"
|
|
|
545
|
android:layout_toLeftOf="@+id/et_fastNum"
|
|
|
546
|
android:src="@drawable/icon_kuai1105" />
|
|
|
547
|
|
|
|
548
|
<EditText
|
|
|
549
|
android:id="@+id/et_fastNum"
|
|
|
550
|
android:layout_width="wrap_content"
|
|
|
551
|
android:layout_height="match_parent"
|
|
|
552
|
android:layout_alignParentTop="true"
|
|
|
553
|
android:layout_marginRight="44px"
|
|
|
554
|
android:layout_toStartOf="@+id/imageView2"
|
|
|
555
|
android:layout_toLeftOf="@+id/imageView2"
|
|
|
556
|
android:layout_weight="1"
|
|
|
557
|
android:background="@color/white"
|
|
|
558
|
android:editable="true"
|
|
|
559
|
android:gravity="center"
|
|
|
560
|
android:hint="桩数"
|
|
|
561
|
android:inputType="number"
|
|
|
562
|
android:text=""
|
|
|
563
|
android:textColor="@color/ui_62"
|
|
|
564
|
android:textColorHint="@color/ui_68"
|
|
|
565
|
android:textSize="15sp" />
|
|
|
566
|
|
|
|
567
|
<ImageView
|
|
|
568
|
android:id="@+id/imageView2"
|
|
|
569
|
android:layout_width="wrap_content"
|
|
|
570
|
android:layout_height="wrap_content"
|
|
|
571
|
android:layout_centerVertical="true"
|
|
|
572
|
android:layout_gravity="center"
|
|
|
573
|
android:layout_marginRight="20px"
|
|
|
574
|
android:layout_toLeftOf="@+id/et_slowNum"
|
|
|
575
|
android:src="@drawable/icon_man1105" />
|
|
|
576
|
|
|
|
577
|
<EditText
|
|
|
578
|
android:id="@+id/et_slowNum"
|
|
|
579
|
android:layout_width="wrap_content"
|
|
|
580
|
android:layout_height="match_parent"
|
|
|
581
|
android:layout_alignParentTop="true"
|
|
|
582
|
android:layout_alignParentEnd="true"
|
|
|
583
|
android:layout_alignParentRight="true"
|
|
|
584
|
android:layout_marginRight="44px"
|
|
|
585
|
android:layout_weight="1"
|
|
|
586
|
android:background="@color/white"
|
|
|
587
|
android:editable="true"
|
|
|
588
|
android:gravity="center"
|
|
|
589
|
android:hint="桩数"
|
|
|
590
|
android:inputType="number"
|
|
|
591
|
android:text=""
|
|
|
592
|
android:textColor="@color/ui_62"
|
|
|
593
|
android:textColorHint="@color/ui_68"
|
|
|
594
|
android:textSize="15sp" />
|
|
|
595
|
|
|
|
596
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
|
597
|
|
|
|
598
|
<View
|
|
|
599
|
android:layout_width="match_parent"
|
|
|
600
|
android:layout_height="0.5dp"
|
|
|
601
|
android:background="@color/ui_line" />
|
|
|
602
|
|
|
|
603
|
<View
|
|
|
604
|
android:layout_width="match_parent"
|
|
|
605
|
android:layout_height="44px"
|
|
|
606
|
android:background="@color/activity_bgcolor" />
|
|
|
607
|
|
|
|
608
|
<View
|
|
|
609
|
android:layout_width="match_parent"
|
|
|
610
|
android:layout_height="0.5dp"
|
|
|
611
|
android:background="@color/ui_line" />
|
|
|
612
|
|
|
|
613
|
<com.zhy.autolayout.AutoLinearLayout
|
|
|
614
|
android:layout_width="match_parent"
|
|
|
615
|
android:layout_height="120px"
|
|
|
616
|
android:background="@color/bg_row"
|
|
|
617
|
android:gravity="center">
|
|
|
618
|
|
|
|
619
|
<TextView
|
|
|
620
|
android:layout_width="wrap_content"
|
|
|
621
|
android:layout_height="wrap_content"
|
|
|
622
|
android:layout_centerInParent="true"
|
|
|
623
|
android:layout_marginLeft="44px"
|
|
|
624
|
android:layout_marginRight="8px"
|
|
|
625
|
android:text="*"
|
|
|
626
|
android:textColor="@color/xinghao"
|
|
|
627
|
android:textSize="15sp" />
|
|
|
628
|
|
|
|
629
|
<TextView
|
|
|
630
|
android:layout_width="wrap_content"
|
|
|
631
|
android:layout_height="wrap_content"
|
|
|
632
|
android:text="充电费"
|
|
|
633
|
android:textColor="@color/ui_65"
|
|
|
634
|
android:textSize="15sp" />
|
|
|
635
|
|
|
|
636
|
|
|
|
637
|
<EditText
|
|
|
638
|
android:id="@+id/et_chargeCost"
|
|
|
639
|
android:layout_width="0dp"
|
|
|
640
|
android:layout_height="match_parent"
|
|
|
641
|
android:layout_marginLeft="20px"
|
|
|
642
|
android:layout_marginRight="44px"
|
|
|
643
|
android:layout_weight="5"
|
|
|
644
|
android:background="@color/white"
|
|
|
645
|
android:gravity="center|right"
|
|
|
646
|
android:hint="如:0.87元/度"
|
|
|
647
|
android:inputType="text"
|
|
|
648
|
android:text=""
|
|
|
649
|
android:textColor="@color/ui_62"
|
|
|
650
|
android:textColorHint="@color/ui_68"
|
|
|
651
|
android:textSize="15sp" />
|
|
|
652
|
|
|
|
653
|
|
|
|
654
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
|
655
|
|
|
|
656
|
<TextView
|
|
|
657
|
android:layout_width="match_parent"
|
|
|
658
|
android:layout_height="wrap_content"
|
|
|
659
|
android:layout_marginLeft="44px"
|
|
|
660
|
android:layout_marginRight="44px"
|
|
|
661
|
android:text="如存在分时电价,请在照片中上传包含电价信息的照片或截图"
|
|
|
662
|
android:textColor="@color/ui_68"
|
|
|
663
|
android:textSize="12sp" />
|
|
|
664
|
|
|
|
665
|
<View
|
|
|
666
|
android:layout_width="match_parent"
|
|
|
667
|
android:layout_height="0.5dp"
|
|
|
668
|
android:layout_marginLeft="44px"
|
|
|
669
|
android:layout_marginTop="12dp"
|
|
|
670
|
android:background="@color/ui_line" />
|
|
|
671
|
|
|
|
672
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
|
673
|
android:id="@+id/rl_zyNum"
|
|
|
674
|
android:layout_width="match_parent"
|
|
|
675
|
android:layout_height="139px"
|
|
|
676
|
android:background="@color/bg_row">
|
|
|
677
|
|
|
|
678
|
<TextView
|
|
|
679
|
android:id="@+id/textView23"
|
|
|
680
|
android:layout_width="wrap_content"
|
|
|
681
|
android:layout_height="wrap_content"
|
|
|
682
|
android:layout_alignParentStart="true"
|
|
|
683
|
android:layout_alignParentLeft="true"
|
|
|
684
|
android:layout_centerInParent="true"
|
|
|
685
|
android:layout_marginLeft="44px"
|
|
|
686
|
android:layout_marginRight="8px"
|
|
|
687
|
android:text="*"
|
|
|
688
|
android:textColor="@color/xinghao"
|
|
|
689
|
android:textSize="15sp" />
|
|
|
690
|
|
|
|
691
|
<TextView
|
|
|
692
|
android:layout_width="wrap_content"
|
|
|
693
|
android:layout_height="wrap_content"
|
|
|
694
|
android:layout_alignTop="@+id/textView23"
|
|
|
695
|
android:layout_toEndOf="@+id/textView23"
|
|
|
696
|
android:layout_toRightOf="@+id/textView23"
|
|
|
697
|
android:text="服务费"
|
|
|
698
|
android:textColor="@color/ui_65"
|
|
|
699
|
android:textSize="15sp" />
|
|
|
700
|
|
|
|
701
|
<EditText
|
|
|
702
|
android:id="@+id/et_serviceCost"
|
|
|
703
|
style="?android:attr/textViewStyle"
|
|
|
704
|
android:layout_width="wrap_content"
|
|
|
705
|
android:layout_height="match_parent"
|
|
|
706
|
android:layout_alignParentEnd="true"
|
|
|
707
|
android:layout_alignParentRight="true"
|
|
|
708
|
android:layout_centerVertical="true"
|
|
|
709
|
android:layout_marginRight="44px"
|
|
|
710
|
android:background="@null"
|
|
|
711
|
android:contentDescription="@null"
|
|
|
712
|
android:gravity="center|right"
|
|
|
713
|
android:hint="如:0.8元/度"
|
|
|
714
|
android:inputType="text"
|
|
|
715
|
android:text=""
|
|
|
716
|
android:textColor="@color/ui_62"
|
|
|
717
|
android:textColorHint="@color/ui_68"
|
|
|
718
|
android:textSize="15sp" />
|
|
|
719
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
|
720
|
|
|
|
721
|
<View
|
|
|
722
|
android:layout_width="match_parent"
|
|
|
723
|
android:layout_height="0.5dp"
|
|
|
724
|
android:layout_marginLeft="44px"
|
|
|
725
|
android:background="@color/ui_line" />
|
|
|
726
|
|
|
|
727
|
<com.zhy.autolayout.AutoLinearLayout
|
|
|
728
|
android:layout_width="match_parent"
|
|
|
729
|
android:layout_height="139px"
|
|
|
730
|
android:background="@color/bg_row"
|
|
|
731
|
android:gravity="center">
|
|
|
732
|
|
|
|
733
|
<TextView
|
|
|
734
|
android:layout_width="wrap_content"
|
|
|
735
|
android:layout_height="wrap_content"
|
|
|
736
|
android:layout_centerInParent="true"
|
|
|
737
|
android:layout_marginLeft="44px"
|
|
|
738
|
android:layout_marginRight="8px"
|
|
|
739
|
android:text="*"
|
|
|
740
|
android:textColor="@color/xinghao"
|
|
|
741
|
android:textSize="15sp" />
|
|
|
742
|
|
|
|
743
|
<TextView
|
|
|
744
|
android:layout_width="wrap_content"
|
|
|
745
|
android:layout_height="wrap_content"
|
|
|
746
|
android:text="收费方式"
|
|
|
747
|
android:textColor="@color/ui_65"
|
|
|
748
|
android:textSize="15sp" />
|
|
|
749
|
|
|
|
750
|
|
|
|
751
|
<EditText
|
|
|
752
|
android:id="@+id/et_charge_cost_way"
|
|
|
753
|
android:layout_width="0dp"
|
|
|
754
|
android:layout_height="match_parent"
|
|
|
755
|
android:layout_marginLeft="20px"
|
|
|
756
|
android:layout_marginRight="44px"
|
|
|
757
|
android:layout_weight="5"
|
|
|
758
|
android:background="@color/white"
|
|
|
759
|
android:gravity="center|right"
|
|
|
760
|
android:hint="请填写充电收费方式"
|
|
|
761
|
android:inputType="text"
|
|
|
762
|
android:text=""
|
|
|
763
|
android:textColor="@color/ui_62"
|
|
|
764
|
android:textColorHint="@color/ui_68"
|
|
|
765
|
android:textSize="15sp" />
|
|
|
766
|
|
|
|
767
|
|
|
|
768
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
|
769
|
|
|
|
770
|
<View
|
|
|
771
|
android:layout_width="match_parent"
|
|
|
772
|
android:layout_height="0.5dp"
|
|
|
773
|
android:layout_marginLeft="44px"
|
|
|
774
|
android:background="@color/ui_line" />
|
|
|
775
|
|
|
|
776
|
<com.zhy.autolayout.AutoLinearLayout
|
|
|
777
|
android:layout_width="match_parent"
|
|
|
778
|
android:layout_height="139px"
|
|
|
779
|
android:background="@color/bg_row"
|
|
|
780
|
android:gravity="center">
|
|
|
781
|
|
|
|
782
|
<TextView
|
|
|
783
|
android:layout_width="wrap_content"
|
|
|
784
|
android:layout_height="wrap_content"
|
|
|
785
|
android:layout_centerInParent="true"
|
|
|
786
|
android:layout_marginLeft="44px"
|
|
|
787
|
android:layout_marginRight="8px"
|
|
|
788
|
android:text="*"
|
|
|
789
|
android:textColor="@color/xinghao"
|
|
|
790
|
android:textSize="15sp" />
|
|
|
791
|
|
|
|
792
|
<TextView
|
|
|
793
|
android:layout_width="wrap_content"
|
|
|
794
|
android:layout_height="wrap_content"
|
|
|
795
|
android:text="停车费"
|
|
|
796
|
android:textColor="@color/ui_65"
|
|
|
797
|
android:textSize="15sp" />
|
|
|
798
|
|
|
|
799
|
|
|
|
800
|
<EditText
|
|
|
801
|
android:id="@+id/et_parkCost"
|
|
|
802
|
android:layout_width="0dp"
|
|
|
803
|
android:layout_height="match_parent"
|
|
|
804
|
android:layout_marginLeft="20px"
|
|
|
805
|
android:layout_marginRight="44px"
|
|
|
806
|
android:layout_weight="5"
|
|
|
807
|
android:background="@color/white"
|
|
|
808
|
android:gravity="center|right"
|
|
|
809
|
android:hint="如:5元/时"
|
|
|
810
|
android:inputType="text"
|
|
|
811
|
android:text=""
|
|
|
812
|
android:textColor="@color/ui_62"
|
|
|
813
|
android:textColorHint="@color/ui_68"
|
|
|
814
|
android:textSize="15sp" />
|
|
|
815
|
|
|
|
816
|
|
|
|
817
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
|
818
|
|
|
|
819
|
<View
|
|
|
820
|
android:layout_width="match_parent"
|
|
|
821
|
android:layout_height="0.5dp"
|
|
|
822
|
android:layout_marginLeft="44px"
|
|
|
823
|
android:background="@color/ui_line" />
|
|
|
824
|
|
|
|
825
|
|
|
|
826
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
|
827
|
android:id="@+id/ll_select_cost_type"
|
|
|
828
|
android:layout_width="match_parent"
|
|
|
829
|
android:layout_height="139px"
|
|
|
830
|
android:background="@color/bg_row">
|
|
|
831
|
|
|
|
832
|
<TextView
|
|
|
833
|
android:id="@+id/textView20"
|
|
|
834
|
android:layout_width="wrap_content"
|
|
|
835
|
android:layout_height="wrap_content"
|
|
|
836
|
android:layout_alignTop="@+id/textView17"
|
|
|
837
|
android:layout_alignParentStart="true"
|
|
|
838
|
android:layout_alignParentLeft="true"
|
|
|
839
|
android:layout_centerInParent="true"
|
|
|
840
|
android:layout_marginLeft="44px"
|
|
|
841
|
android:layout_marginRight="8px"
|
|
|
842
|
android:text="*"
|
|
|
843
|
android:textColor="@color/xinghao"
|
|
|
844
|
android:textSize="15sp" />
|
|
|
845
|
|
|
|
846
|
<TextView
|
|
|
847
|
android:id="@+id/textView17"
|
|
|
848
|
android:layout_width="wrap_content"
|
|
|
849
|
android:layout_height="wrap_content"
|
|
|
850
|
android:layout_centerVertical="true"
|
|
|
851
|
android:layout_toEndOf="@+id/textView20"
|
|
|
852
|
android:layout_toRightOf="@+id/textView20"
|
|
|
853
|
android:text="运营商"
|
|
|
854
|
android:textColor="@color/ui_65"
|
|
|
855
|
android:textSize="15sp" />
|
|
|
856
|
|
|
|
857
|
|
|
|
858
|
<TextView
|
|
|
859
|
android:id="@+id/tv_costtype"
|
|
|
860
|
android:layout_width="wrap_content"
|
|
|
861
|
android:layout_height="match_parent"
|
|
|
862
|
android:layout_centerVertical="true"
|
|
|
863
|
android:layout_marginRight="20px"
|
|
|
864
|
android:layout_toLeftOf="@+id/imageView4"
|
|
|
865
|
android:background="@color/white"
|
|
|
866
|
android:gravity="center|right"
|
|
|
867
|
android:hint="请选择运营商"
|
|
|
868
|
android:paddingLeft="300px"
|
|
|
869
|
android:text=""
|
|
|
870
|
android:textColor="@color/ui_62"
|
|
|
871
|
android:textColorHint="@color/ui_68"
|
|
|
872
|
android:textSize="15sp" />
|
|
|
873
|
|
|
|
874
|
<ImageView
|
|
|
875
|
android:id="@+id/imageView4"
|
|
|
876
|
android:layout_width="wrap_content"
|
|
|
877
|
android:layout_height="wrap_content"
|
|
|
878
|
android:layout_alignParentEnd="true"
|
|
|
879
|
android:layout_alignParentRight="true"
|
|
|
880
|
android:layout_centerVertical="true"
|
|
|
881
|
android:layout_marginRight="44px"
|
|
|
882
|
android:src="@drawable/icon_select" />
|
|
|
883
|
|
|
|
884
|
|
|
|
885
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
|
886
|
|
|
|
887
|
<!-- 运营商电话 -->
|
|
|
888
|
<View
|
|
|
889
|
android:layout_width="match_parent"
|
|
|
890
|
android:layout_height="0.5dp"
|
|
|
891
|
android:layout_marginLeft="44px"
|
|
|
892
|
android:background="@color/ui_line" />
|
|
|
893
|
|
|
|
894
|
<com.zhy.autolayout.AutoLinearLayout
|
|
|
895
|
android:layout_width="match_parent"
|
|
|
896
|
android:layout_height="139px"
|
|
|
897
|
android:background="@color/bg_row"
|
|
|
898
|
android:gravity="center">
|
|
|
899
|
|
|
|
900
|
<TextView
|
|
|
901
|
android:layout_width="wrap_content"
|
|
|
902
|
android:layout_height="wrap_content"
|
|
|
903
|
android:layout_centerInParent="true"
|
|
|
904
|
android:layout_marginLeft="44px"
|
|
|
905
|
android:layout_marginRight="8px"
|
|
|
906
|
android:text="*"
|
|
|
907
|
android:textColor="@color/xinghao"
|
|
|
908
|
android:textSize="15sp" />
|
|
|
909
|
|
|
|
910
|
<TextView
|
|
|
911
|
android:layout_width="wrap_content"
|
|
|
912
|
android:layout_height="wrap_content"
|
|
|
913
|
android:text="运营商电话"
|
|
|
914
|
android:textColor="@color/ui_65"
|
|
|
915
|
android:textSize="15sp" />
|
|
|
916
|
|
|
|
917
|
|
|
|
918
|
<EditText
|
|
|
919
|
android:id="@+id/et_telephone"
|
|
|
920
|
android:layout_width="0dp"
|
|
|
921
|
android:layout_height="match_parent"
|
|
|
922
|
android:layout_marginLeft="20px"
|
|
|
923
|
android:layout_marginRight="44px"
|
|
|
924
|
android:layout_weight="5"
|
|
|
925
|
android:background="@color/white"
|
|
|
926
|
android:gravity="center|right"
|
|
|
927
|
android:hint="请填写运营商电话"
|
|
|
928
|
android:inputType="text"
|
|
|
929
|
android:text=""
|
|
|
930
|
android:textColor="@color/ui_62"
|
|
|
931
|
android:textColorHint="@color/ui_68"
|
|
|
932
|
android:textSize="15sp" />
|
|
|
933
|
|
|
|
934
|
|
|
|
935
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
|
936
|
|
|
|
937
|
<View
|
|
|
938
|
android:layout_width="match_parent"
|
|
|
939
|
android:layout_height="0.5dp"
|
|
|
940
|
android:background="@color/ui_line" />
|
|
|
941
|
|
|
|
942
|
<View
|
|
|
943
|
android:layout_width="match_parent"
|
|
|
944
|
android:layout_height="44px"
|
|
|
945
|
android:background="@color/activity_bgcolor" />
|
|
|
946
|
|
|
|
947
|
<View
|
|
|
948
|
android:layout_width="match_parent"
|
|
|
949
|
android:layout_height="0.5dp"
|
|
|
950
|
android:background="@color/ui_line" />
|
|
|
951
|
|
|
|
952
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
|
953
|
android:id="@+id/rl_parkLocation"
|
|
|
954
|
android:layout_width="match_parent"
|
|
|
955
|
android:layout_height="139px"
|
|
|
956
|
android:background="@color/white">
|
|
|
957
|
|
|
|
958
|
<TextView
|
|
|
959
|
android:id="@+id/textView24"
|
|
|
960
|
android:layout_width="wrap_content"
|
|
|
961
|
android:layout_height="wrap_content"
|
|
|
962
|
android:layout_alignParentStart="true"
|
|
|
963
|
android:layout_alignParentLeft="true"
|
|
|
964
|
android:layout_centerInParent="true"
|
|
|
965
|
android:layout_marginLeft="44px"
|
|
|
966
|
android:layout_marginRight="8px"
|
|
|
967
|
android:text="*"
|
|
|
968
|
android:textColor="@color/xinghao"
|
|
|
969
|
android:textSize="15sp" />
|
|
|
970
|
|
|
|
971
|
<TextView
|
|
|
972
|
android:id="@+id/textView13"
|
|
|
973
|
android:layout_width="wrap_content"
|
|
|
974
|
android:layout_height="wrap_content"
|
|
|
975
|
android:layout_alignTop="@+id/textView24"
|
|
|
976
|
android:layout_toEndOf="@+id/textView24"
|
|
|
977
|
android:layout_toRightOf="@+id/textView24"
|
|
|
978
|
android:text="停车场地"
|
|
|
979
|
android:textColor="@color/ui_65"
|
|
|
980
|
android:textSize="15sp" />
|
|
|
981
|
|
|
|
982
|
<RadioGroup
|
|
|
983
|
android:id="@+id/rg_park"
|
|
|
984
|
android:layout_width="wrap_content"
|
|
|
985
|
android:layout_height="wrap_content"
|
|
|
986
|
android:layout_alignParentEnd="true"
|
|
|
987
|
android:layout_alignParentRight="true"
|
|
|
988
|
android:layout_centerVertical="true"
|
|
|
989
|
android:layout_marginEnd="44px"
|
|
|
990
|
android:layout_marginRight="44px"
|
|
|
991
|
android:orientation="horizontal">
|
|
|
992
|
|
|
|
993
|
<RadioButton
|
|
|
994
|
android:id="@+id/rb_shang"
|
|
|
995
|
android:layout_width="wrap_content"
|
|
|
996
|
android:layout_height="wrap_content"
|
|
|
997
|
android:layout_marginLeft="44px"
|
|
|
998
|
android:background="@drawable/icon_shangselected1105"
|
|
|
999
|
android:button="@null" />
|
|
|
1000
|
|
|
|
1001
|
<RadioButton
|
|
|
1002
|
android:id="@+id/rb_xia"
|
|
|
1003
|
android:layout_width="wrap_content"
|
|
|
1004
|
android:layout_height="wrap_content"
|
|
|
1005
|
android:layout_marginLeft="44px"
|
|
|
1006
|
android:background="@drawable/icon_xianormal1105"
|
|
|
1007
|
android:button="@null" />
|
|
|
1008
|
</RadioGroup>
|
|
|
1009
|
|
|
|
1010
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
|
1011
|
|
|
|
1012
|
<View
|
|
|
1013
|
android:layout_width="fill_parent"
|
|
|
1014
|
android:layout_height="0.5dp"
|
|
|
1015
|
android:layout_marginLeft="44px"
|
|
|
1016
|
android:background="@color/ui_line" />
|
|
|
1017
|
|
|
|
1018
|
<com.zhy.autolayout.AutoLinearLayout
|
|
|
1019
|
android:id="@+id/rl_prefect_time"
|
|
|
1020
|
android:layout_width="match_parent"
|
|
|
1021
|
android:layout_height="139px"
|
|
|
1022
|
android:background="@color/bg_row">
|
|
|
1023
|
|
|
|
1024
|
<TextView
|
|
|
1025
|
android:id="@+id/tv_prefect_time"
|
|
|
1026
|
android:layout_width="0dp"
|
|
|
1027
|
android:layout_height="wrap_content"
|
|
|
1028
|
android:layout_alignParentLeft="true"
|
|
|
1029
|
android:layout_centerVertical="true"
|
|
|
1030
|
android:layout_weight="1.5"
|
|
|
1031
|
android:paddingLeft="44px"
|
|
|
1032
|
android:text="开放时间"
|
|
|
1033
|
android:textColor="@color/ui_65"
|
|
|
1034
|
android:textSize="15sp" />
|
|
|
1035
|
|
|
|
1036
|
<TextView
|
|
|
1037
|
android:id="@+id/tv_prefect_start_time"
|
|
|
1038
|
android:layout_width="wrap_content"
|
|
|
1039
|
android:layout_height="match_parent"
|
|
|
1040
|
android:layout_centerVertical="true"
|
|
|
1041
|
android:layout_toEndOf="@+id/tv_prefect_time"
|
|
|
1042
|
android:layout_toRightOf="@+id/tv_prefect_time"
|
|
|
1043
|
android:gravity="center"
|
|
|
1044
|
android:hint="00:00"
|
|
|
1045
|
android:paddingLeft="44px"
|
|
|
1046
|
android:paddingRight="20px"
|
|
|
1047
|
android:text=""
|
|
|
1048
|
android:textColor="@color/ui_62"
|
|
|
1049
|
android:textColorHint="@color/ui_68"
|
|
|
1050
|
android:textSize="15sp" />
|
|
|
1051
|
|
|
|
1052
|
<ImageView
|
|
|
1053
|
android:layout_width="wrap_content"
|
|
|
1054
|
android:layout_height="match_parent"
|
|
|
1055
|
android:layout_centerVertical="true"
|
|
|
1056
|
android:layout_toEndOf="@id/tv_prefect_time"
|
|
|
1057
|
android:layout_toRightOf="@id/tv_prefect_start_time"
|
|
|
1058
|
android:src="@drawable/icon_zhi2_0" />
|
|
|
1059
|
|
|
|
1060
|
<TextView
|
|
|
1061
|
android:id="@+id/tv_ferfect_time"
|
|
|
1062
|
android:layout_width="wrap_content"
|
|
|
1063
|
android:layout_height="match_parent"
|
|
|
1064
|
android:layout_alignParentEnd="true"
|
|
|
1065
|
android:layout_alignParentRight="true"
|
|
|
1066
|
android:layout_centerVertical="true"
|
|
|
1067
|
android:contentDescription="@null"
|
|
|
1068
|
android:gravity="center"
|
|
|
1069
|
android:hint="24:00"
|
|
|
1070
|
android:paddingLeft="20px"
|
|
|
1071
|
android:paddingRight="44px"
|
|
|
1072
|
android:text=""
|
|
|
1073
|
android:textColor="@color/ui_62"
|
|
|
1074
|
android:textColorHint="@color/ui_68"
|
|
|
1075
|
|
|
|
1076
|
android:textSize="15sp" />
|
|
|
1077
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
|
1078
|
|
|
|
1079
|
<View
|
|
|
1080
|
android:layout_width="fill_parent"
|
|
|
1081
|
android:layout_height="0.5dp"
|
|
|
1082
|
android:layout_marginLeft="44px"
|
|
|
1083
|
android:background="@color/ui_line" />
|
|
|
1084
|
|
|
|
1085
|
<EditText
|
|
|
1086
|
android:id="@+id/et_remarkclaim"
|
|
|
1087
|
android:layout_width="match_parent"
|
|
|
1088
|
android:layout_height="wrap_content"
|
|
|
1089
|
android:background="@color/white"
|
|
|
1090
|
android:gravity="left|top"
|
|
|
1091
|
android:hint="备注说明"
|
|
|
1092
|
android:paddingLeft="44px"
|
|
|
1093
|
android:paddingTop="48px"
|
|
|
1094
|
android:paddingRight="44px"
|
|
|
1095
|
android:paddingBottom="50px"
|
|
|
1096
|
android:textColor="@color/ui_62"
|
|
|
1097
|
android:textColorHint="@color/ui_68"
|
|
|
1098
|
android:textSize="15sp" />
|
|
|
1099
|
|
|
|
1100
|
<View
|
|
|
1101
|
android:layout_width="fill_parent"
|
|
|
1102
|
android:layout_height="0.5dp"
|
|
|
1103
|
android:background="@color/ui_line" />
|
|
|
1104
|
|
|
|
1105
|
<View
|
|
|
1106
|
android:layout_width="match_parent"
|
|
|
1107
|
android:layout_height="44px"
|
|
|
1108
|
android:background="@color/activity_bgcolor" />
|
|
|
1109
|
</com.zhy.autolayout.AutoLinearLayout>
|
|
|
1110
|
|
|
|
1111
|
</ScrollView>
|
|
|
1112
|
|
|
|
1113
|
<TextView
|
|
|
1114
|
android:id="@+id/share_next"
|
|
|
1115
|
android:layout_width="match_parent"
|
|
|
1116
|
android:layout_height="127px"
|
|
|
1117
|
android:layout_alignParentBottom="true"
|
|
|
1118
|
android:layout_gravity="center"
|
|
|
1119
|
android:background="@color/lvse"
|
|
|
1120
|
android:gravity="center"
|
|
|
1121
|
android:text="立即提交"
|
|
|
1122
|
android:textColor="@color/white"
|
|
|
1123
|
android:textSize="15sp" />
|
|
|
1124
|
|
|
|
1125
|
|
|
|
1126
|
</com.zhy.autolayout.AutoRelativeLayout>
|