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