|
@ -1,9 +1,9 @@
|
1
|
1
|
<?xml version="1.0" encoding="utf-8"?>
|
2
|
2
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
3
|
4
|
xmlns:tools="http://schemas.android.com/tools"
|
4
|
5
|
android:layout_width="match_parent"
|
5
|
6
|
android:layout_height="match_parent"
|
6
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
7
|
7
|
android:background="@color/activity_bgcolor"
|
8
|
8
|
tools:context="com.electric.chargingpile.activity.FindActivity">
|
9
|
9
|
|
|
@ -11,74 +11,74 @@
|
11
|
11
|
android:id="@+id/view_title"
|
12
|
12
|
android:layout_width="match_parent"
|
13
|
13
|
android:layout_height="0.5dp"
|
14
|
|
android:background="@color/ui_titleline"
|
15
|
|
android:layout_below="@+id/rl_title"/>
|
|
14
|
android:layout_below="@+id/rl_title"
|
|
15
|
android:background="@color/ui_titleline" />
|
16
|
16
|
|
17
|
17
|
<com.electric.chargingpile.view.SlideFindView
|
18
|
18
|
android:id="@+id/ll_ad"
|
19
|
19
|
android:layout_width="match_parent"
|
20
|
20
|
android:layout_height="436px"
|
|
21
|
android:layout_below="@+id/view_title"
|
21
|
22
|
android:layout_gravity="center"
|
22
|
23
|
android:background="@drawable/bg_find_banner"
|
23
|
24
|
android:scaleType="fitXY"
|
24
|
|
android:visibility="visible"
|
25
|
|
android:layout_below="@+id/view_title">
|
|
25
|
android:visibility="visible">
|
26
|
26
|
|
27
|
27
|
</com.electric.chargingpile.view.SlideFindView>
|
28
|
28
|
|
29
|
29
|
<TextView
|
30
|
30
|
android:id="@+id/tv_our"
|
31
|
|
android:layout_below="@+id/ll_ad"
|
32
|
31
|
android:layout_width="wrap_content"
|
33
|
32
|
android:layout_height="wrap_content"
|
34
|
|
android:textColor="@color/ui_65"
|
35
|
|
android:textSize="16sp"
|
36
|
|
android:text="我们的服务"
|
37
|
|
android:layout_marginTop="54px"
|
|
33
|
android:layout_below="@+id/ll_ad"
|
38
|
34
|
android:layout_marginLeft="54px"
|
39
|
|
android:layout_marginBottom="34px"/>
|
|
35
|
android:layout_marginTop="54px"
|
|
36
|
android:layout_marginBottom="34px"
|
|
37
|
android:text="我们的服务"
|
|
38
|
android:textColor="@color/ui_65"
|
|
39
|
android:textSize="16sp" />
|
40
|
40
|
|
41
|
41
|
<View
|
42
|
42
|
android:id="@+id/view"
|
43
|
43
|
android:layout_width="match_parent"
|
44
|
44
|
android:layout_height="0.5dp"
|
45
|
45
|
android:layout_below="@+id/tv_our"
|
46
|
|
android:background="@color/ui_line"/>
|
|
46
|
android:background="@color/ui_line" />
|
47
|
47
|
|
48
|
48
|
<android.support.v7.widget.RecyclerView
|
49
|
49
|
android:id="@+id/rv_find"
|
50
|
50
|
android:layout_width="match_parent"
|
51
|
51
|
android:layout_height="wrap_content"
|
52
|
|
android:layout_below="@+id/view"
|
53
|
52
|
android:layout_above="@+id/ll_tab"
|
54
|
|
android:background="@color/white"/>
|
|
53
|
android:layout_below="@+id/view"
|
|
54
|
android:background="@color/white" />
|
55
|
55
|
|
56
|
56
|
<View
|
57
|
57
|
android:id="@+id/view_our"
|
58
|
58
|
android:layout_width="match_parent"
|
59
|
59
|
android:layout_height="0.1dp"
|
60
|
60
|
android:layout_above="@+id/ll_our"
|
61
|
|
android:background="@color/ui_line"/>
|
|
61
|
android:background="@color/ui_line" />
|
62
|
62
|
|
63
|
63
|
<LinearLayout
|
64
|
64
|
android:id="@+id/ll_our"
|
65
|
|
android:layout_below="@+id/tv_our"
|
66
|
65
|
android:layout_width="match_parent"
|
67
|
66
|
android:layout_height="91dp"
|
68
|
|
android:orientation="horizontal"
|
|
67
|
android:layout_below="@+id/tv_our"
|
69
|
68
|
android:background="@color/white"
|
|
69
|
android:orientation="horizontal"
|
70
|
70
|
android:visibility="gone">
|
71
|
71
|
|
72
|
72
|
<View
|
73
|
73
|
android:layout_width="0.3dp"
|
74
|
74
|
android:layout_height="match_parent"
|
75
|
75
|
android:background="@color/ui_line"
|
76
|
|
android:visibility="gone"/>
|
|
76
|
android:visibility="gone" />
|
77
|
77
|
|
78
|
78
|
<RelativeLayout
|
79
|
79
|
android:id="@+id/ll_planroute"
|
80
|
|
android:layout_height="match_parent"
|
81
|
80
|
android:layout_width="0dp"
|
|
81
|
android:layout_height="match_parent"
|
82
|
82
|
android:layout_weight="1"
|
83
|
83
|
android:background="@color/white"
|
84
|
84
|
android:visibility="gone">
|
|
@ -86,23 +86,23 @@
|
86
|
86
|
<LinearLayout
|
87
|
87
|
android:layout_width="match_parent"
|
88
|
88
|
android:layout_height="wrap_content"
|
89
|
|
android:orientation="vertical"
|
90
|
|
android:layout_centerInParent="true">
|
|
89
|
android:layout_centerInParent="true"
|
|
90
|
android:orientation="vertical">
|
91
|
91
|
|
92
|
92
|
<ImageView
|
93
|
93
|
android:layout_width="wrap_content"
|
94
|
94
|
android:layout_height="wrap_content"
|
95
|
|
android:src="@drawable/icon_routeplan"
|
96
|
|
android:layout_gravity="center_horizontal" />
|
|
95
|
android:layout_gravity="center_horizontal"
|
|
96
|
android:src="@drawable/icon_routeplan" />
|
97
|
97
|
|
98
|
98
|
<TextView
|
99
|
99
|
android:layout_width="wrap_content"
|
100
|
100
|
android:layout_height="wrap_content"
|
101
|
|
android:textSize="13sp"
|
|
101
|
android:layout_gravity="center_horizontal"
|
|
102
|
android:layout_marginTop="12dp"
|
102
|
103
|
android:text="路径规划"
|
103
|
104
|
android:textColor="@color/ui_62"
|
104
|
|
android:layout_gravity="center_horizontal"
|
105
|
|
android:layout_marginTop="12dp" />
|
|
105
|
android:textSize="14sp" />
|
106
|
106
|
|
107
|
107
|
</LinearLayout>
|
108
|
108
|
|
|
@ -111,36 +111,36 @@
|
111
|
111
|
<View
|
112
|
112
|
android:layout_width="0.3dp"
|
113
|
113
|
android:layout_height="match_parent"
|
114
|
|
android:background="@color/ui_line"/>
|
|
114
|
android:background="@color/ui_line" />
|
115
|
115
|
|
116
|
116
|
<com.zhy.autolayout.AutoRelativeLayout
|
117
|
117
|
android:id="@+id/ll_shop"
|
118
|
|
android:layout_height="match_parent"
|
119
|
118
|
android:layout_width="0dp"
|
|
119
|
android:layout_height="match_parent"
|
120
|
120
|
android:layout_weight="1"
|
121
|
|
android:orientation="vertical"
|
122
|
|
android:background="@color/white">
|
|
121
|
android:background="@color/white"
|
|
122
|
android:orientation="vertical">
|
123
|
123
|
|
124
|
124
|
<com.zhy.autolayout.AutoLinearLayout
|
125
|
125
|
android:layout_width="match_parent"
|
126
|
126
|
android:layout_height="wrap_content"
|
127
|
|
android:orientation="vertical"
|
128
|
|
android:layout_centerInParent="true">
|
|
127
|
android:layout_centerInParent="true"
|
|
128
|
android:orientation="vertical">
|
129
|
129
|
|
130
|
130
|
<ImageView
|
131
|
131
|
android:layout_width="wrap_content"
|
132
|
132
|
android:layout_height="wrap_content"
|
133
|
|
android:src="@drawable/icon_find_cdbsc"
|
134
|
|
android:layout_gravity="center_horizontal" />
|
|
133
|
android:layout_gravity="center_horizontal"
|
|
134
|
android:src="@drawable/icon_find_cdbsc" />
|
135
|
135
|
|
136
|
136
|
<TextView
|
137
|
137
|
android:layout_width="wrap_content"
|
138
|
138
|
android:layout_height="wrap_content"
|
139
|
|
android:textSize="13sp"
|
|
139
|
android:layout_gravity="center_horizontal"
|
|
140
|
android:layout_marginTop="12dp"
|
140
|
141
|
android:text="车主商城"
|
141
|
142
|
android:textColor="@color/ui_62"
|
142
|
|
android:layout_gravity="center_horizontal"
|
143
|
|
android:layout_marginTop="12dp" />
|
|
143
|
android:textSize="14sp" />
|
144
|
144
|
|
145
|
145
|
</com.zhy.autolayout.AutoLinearLayout>
|
146
|
146
|
|
|
@ -149,35 +149,35 @@
|
149
|
149
|
<View
|
150
|
150
|
android:layout_width="0.3dp"
|
151
|
151
|
android:layout_height="match_parent"
|
152
|
|
android:background="@color/ui_line"/>
|
|
152
|
android:background="@color/ui_line" />
|
153
|
153
|
|
154
|
154
|
<com.zhy.autolayout.AutoRelativeLayout
|
155
|
155
|
android:id="@+id/ll_center"
|
156
|
|
android:layout_height="match_parent"
|
157
|
156
|
android:layout_width="0dp"
|
|
157
|
android:layout_height="match_parent"
|
158
|
158
|
android:layout_weight="1"
|
159
|
159
|
android:background="@color/white">
|
160
|
160
|
|
161
|
161
|
<com.zhy.autolayout.AutoLinearLayout
|
162
|
162
|
android:layout_width="match_parent"
|
163
|
163
|
android:layout_height="wrap_content"
|
164
|
|
android:orientation="vertical"
|
165
|
|
android:layout_centerInParent="true">
|
|
164
|
android:layout_centerInParent="true"
|
|
165
|
android:orientation="vertical">
|
166
|
166
|
|
167
|
167
|
<ImageView
|
168
|
168
|
android:layout_width="wrap_content"
|
169
|
169
|
android:layout_height="wrap_content"
|
170
|
|
android:src="@drawable/icon_center"
|
171
|
|
android:layout_gravity="center_horizontal" />
|
|
170
|
android:layout_gravity="center_horizontal"
|
|
171
|
android:src="@drawable/icon_center" />
|
172
|
172
|
|
173
|
173
|
<TextView
|
174
|
174
|
android:layout_width="wrap_content"
|
175
|
175
|
android:layout_height="wrap_content"
|
176
|
|
android:textSize="13sp"
|
|
176
|
android:layout_gravity="center_horizontal"
|
|
177
|
android:layout_marginTop="12dp"
|
177
|
178
|
android:text="活动中心"
|
178
|
179
|
android:textColor="@color/ui_62"
|
179
|
|
android:layout_gravity="center_horizontal"
|
180
|
|
android:layout_marginTop="12dp" />
|
|
180
|
android:textSize="14sp" />
|
181
|
181
|
|
182
|
182
|
</com.zhy.autolayout.AutoLinearLayout>
|
183
|
183
|
|
|
@ -185,33 +185,33 @@
|
185
|
185
|
|
186
|
186
|
<com.zhy.autolayout.AutoRelativeLayout
|
187
|
187
|
android:id="@+id/ll_build"
|
188
|
|
android:layout_height="match_parent"
|
189
|
188
|
android:layout_width="0dp"
|
|
189
|
android:layout_height="match_parent"
|
190
|
190
|
android:layout_weight="1"
|
191
|
|
android:orientation="vertical"
|
192
|
191
|
android:background="@color/white"
|
|
192
|
android:orientation="vertical"
|
193
|
193
|
android:visibility="gone">
|
194
|
194
|
|
195
|
195
|
<com.zhy.autolayout.AutoLinearLayout
|
196
|
196
|
android:layout_width="match_parent"
|
197
|
197
|
android:layout_height="wrap_content"
|
198
|
|
android:orientation="vertical"
|
199
|
|
android:layout_centerInParent="true">
|
|
198
|
android:layout_centerInParent="true"
|
|
199
|
android:orientation="vertical">
|
200
|
200
|
|
201
|
201
|
<ImageView
|
202
|
202
|
android:layout_width="wrap_content"
|
203
|
203
|
android:layout_height="wrap_content"
|
204
|
|
android:src="@drawable/icon_find_wyjz"
|
205
|
|
android:layout_gravity="center_horizontal" />
|
|
204
|
android:layout_gravity="center_horizontal"
|
|
205
|
android:src="@drawable/icon_find_wyjz" />
|
206
|
206
|
|
207
|
207
|
<TextView
|
208
|
208
|
android:layout_width="wrap_content"
|
209
|
209
|
android:layout_height="wrap_content"
|
210
|
|
android:textSize="13sp"
|
|
210
|
android:layout_gravity="center_horizontal"
|
|
211
|
android:layout_marginTop="12dp"
|
211
|
212
|
android:text="我要建桩"
|
212
|
213
|
android:textColor="@color/ui_62"
|
213
|
|
android:layout_gravity="center_horizontal"
|
214
|
|
android:layout_marginTop="12dp" />
|
|
214
|
android:textSize="13sp" />
|
215
|
215
|
|
216
|
216
|
</com.zhy.autolayout.AutoLinearLayout>
|
217
|
217
|
|
|
@ -225,85 +225,84 @@
|
225
|
225
|
android:layout_height="0.1dp"
|
226
|
226
|
android:layout_below="@+id/ll_our"
|
227
|
227
|
android:background="@color/ui_line"
|
228
|
|
android:visibility="gone"/>
|
|
228
|
android:visibility="gone" />
|
229
|
229
|
|
230
|
230
|
<LinearLayout
|
231
|
231
|
android:id="@+id/ll_ourr"
|
232
|
232
|
android:layout_width="match_parent"
|
233
|
233
|
android:layout_height="91dp"
|
234
|
234
|
|
235
|
|
android:orientation="horizontal"
|
236
|
|
android:background="@color/white"
|
237
|
235
|
android:layout_below="@+id/view_ourr"
|
238
|
|
android:layout_alignParentLeft="true"
|
239
|
236
|
android:layout_alignParentStart="true"
|
|
237
|
android:layout_alignParentLeft="true"
|
|
238
|
android:background="@color/white"
|
|
239
|
android:orientation="horizontal"
|
240
|
240
|
android:visibility="gone">
|
241
|
241
|
|
242
|
242
|
<com.zhy.autolayout.AutoRelativeLayout
|
243
|
243
|
android:id="@+id/ll_claim"
|
244
|
|
android:layout_height="match_parent"
|
245
|
244
|
android:layout_width="0dp"
|
|
245
|
android:layout_height="match_parent"
|
246
|
246
|
android:layout_weight="1"
|
247
|
|
android:visibility="gone"
|
248
|
|
android:background="@color/white">
|
|
247
|
android:background="@color/white"
|
|
248
|
android:visibility="gone">
|
249
|
249
|
|
250
|
250
|
<com.zhy.autolayout.AutoLinearLayout
|
251
|
251
|
android:layout_width="match_parent"
|
252
|
252
|
android:layout_height="wrap_content"
|
253
|
|
android:orientation="vertical"
|
254
|
|
android:layout_centerInParent="true">
|
|
253
|
android:layout_centerInParent="true"
|
|
254
|
android:orientation="vertical">
|
255
|
255
|
|
256
|
256
|
<ImageView
|
257
|
257
|
android:layout_width="wrap_content"
|
258
|
258
|
android:layout_height="wrap_content"
|
259
|
|
android:src="@drawable/icon_find_yiyuan"
|
260
|
|
android:layout_gravity="center_horizontal" />
|
|
259
|
android:layout_gravity="center_horizontal"
|
|
260
|
android:src="@drawable/icon_find_yiyuan" />
|
261
|
261
|
|
262
|
262
|
<TextView
|
263
|
263
|
android:layout_width="wrap_content"
|
264
|
264
|
android:layout_height="wrap_content"
|
265
|
|
android:textSize="13sp"
|
|
265
|
android:layout_gravity="center_horizontal"
|
|
266
|
android:layout_marginTop="12dp"
|
266
|
267
|
android:text="团购买车"
|
267
|
268
|
android:textColor="@color/ui_62"
|
268
|
|
android:layout_gravity="center_horizontal"
|
269
|
|
android:layout_marginTop="12dp" />
|
|
269
|
android:textSize="13sp" />
|
270
|
270
|
|
271
|
271
|
</com.zhy.autolayout.AutoLinearLayout>
|
272
|
272
|
|
273
|
273
|
</com.zhy.autolayout.AutoRelativeLayout>
|
274
|
274
|
|
275
|
275
|
|
276
|
|
|
277
|
276
|
<com.zhy.autolayout.AutoRelativeLayout
|
278
|
277
|
android:id="@+id/ll_add"
|
279
|
|
android:layout_height="match_parent"
|
280
|
278
|
android:layout_width="0dp"
|
|
279
|
android:layout_height="match_parent"
|
281
|
280
|
android:layout_weight="1"
|
282
|
|
android:orientation="vertical"
|
283
|
|
android:background="@color/white">
|
|
281
|
android:background="@color/white"
|
|
282
|
android:orientation="vertical">
|
284
|
283
|
|
285
|
284
|
<com.zhy.autolayout.AutoLinearLayout
|
286
|
285
|
android:layout_width="match_parent"
|
287
|
286
|
android:layout_height="wrap_content"
|
288
|
|
android:orientation="vertical"
|
289
|
|
android:layout_centerVertical="true"
|
|
287
|
android:layout_alignParentStart="true"
|
290
|
288
|
android:layout_alignParentLeft="true"
|
291
|
|
android:layout_alignParentStart="true">
|
|
289
|
android:layout_centerVertical="true"
|
|
290
|
android:orientation="vertical">
|
292
|
291
|
|
293
|
292
|
<ImageView
|
294
|
293
|
android:layout_width="wrap_content"
|
295
|
294
|
android:layout_height="wrap_content"
|
296
|
|
android:src="@drawable/icon_find_tjxzd"
|
297
|
|
android:layout_gravity="center_horizontal" />
|
|
295
|
android:layout_gravity="center_horizontal"
|
|
296
|
android:src="@drawable/icon_find_tjxzd" />
|
298
|
297
|
|
299
|
298
|
<TextView
|
300
|
299
|
android:layout_width="wrap_content"
|
301
|
300
|
android:layout_height="wrap_content"
|
302
|
|
android:textSize="13sp"
|
|
301
|
android:layout_gravity="center_horizontal"
|
|
302
|
android:layout_marginTop="12dp"
|
303
|
303
|
android:text="添加新站点"
|
304
|
304
|
android:textColor="@color/ui_62"
|
305
|
|
android:layout_gravity="center_horizontal"
|
306
|
|
android:layout_marginTop="12dp" />
|
|
305
|
android:textSize="14sp" />
|
307
|
306
|
|
308
|
307
|
</com.zhy.autolayout.AutoLinearLayout>
|
309
|
308
|
|
|
@ -312,37 +311,37 @@
|
312
|
311
|
<View
|
313
|
312
|
android:layout_width="0.3dp"
|
314
|
313
|
android:layout_height="match_parent"
|
315
|
|
android:background="@color/ui_line"/>
|
|
314
|
android:background="@color/ui_line" />
|
316
|
315
|
|
317
|
316
|
<com.zhy.autolayout.AutoRelativeLayout
|
318
|
317
|
android:id="@+id/rl_jisuan"
|
319
|
|
android:layout_height="match_parent"
|
320
|
318
|
android:layout_width="0dp"
|
|
319
|
android:layout_height="match_parent"
|
321
|
320
|
android:layout_weight="1"
|
322
|
|
android:orientation="vertical"
|
323
|
321
|
android:background="@color/white"
|
|
322
|
android:orientation="vertical"
|
324
|
323
|
android:visibility="gone">
|
325
|
324
|
|
326
|
325
|
<com.zhy.autolayout.AutoLinearLayout
|
327
|
326
|
android:layout_width="match_parent"
|
328
|
327
|
android:layout_height="wrap_content"
|
329
|
|
android:orientation="vertical"
|
330
|
|
android:layout_centerInParent="true">
|
|
328
|
android:layout_centerInParent="true"
|
|
329
|
android:orientation="vertical">
|
331
|
330
|
|
332
|
331
|
<ImageView
|
333
|
332
|
android:layout_width="wrap_content"
|
334
|
333
|
android:layout_height="wrap_content"
|
335
|
|
android:src="@drawable/icon_find_ranking"
|
336
|
|
android:layout_gravity="center_horizontal" />
|
|
334
|
android:layout_gravity="center_horizontal"
|
|
335
|
android:src="@drawable/icon_find_ranking" />
|
337
|
336
|
|
338
|
337
|
<TextView
|
339
|
338
|
android:layout_width="wrap_content"
|
340
|
339
|
android:layout_height="wrap_content"
|
341
|
|
android:textSize="13sp"
|
|
340
|
android:layout_gravity="center_horizontal"
|
|
341
|
android:layout_marginTop="12dp"
|
342
|
342
|
android:text="低碳计算器"
|
343
|
343
|
android:textColor="@color/ui_62"
|
344
|
|
android:layout_gravity="center_horizontal"
|
345
|
|
android:layout_marginTop="12dp" />
|
|
344
|
android:textSize="13sp" />
|
346
|
345
|
|
347
|
346
|
</com.zhy.autolayout.AutoLinearLayout>
|
348
|
347
|
|
|
@ -350,33 +349,33 @@
|
350
|
349
|
|
351
|
350
|
<com.zhy.autolayout.AutoRelativeLayout
|
352
|
351
|
android:id="@+id/ll_weizhang"
|
353
|
|
android:layout_height="match_parent"
|
354
|
352
|
android:layout_width="0dp"
|
|
353
|
android:layout_height="match_parent"
|
355
|
354
|
android:layout_weight="1"
|
356
|
|
android:orientation="vertical"
|
357
|
355
|
android:background="@color/white"
|
|
356
|
android:orientation="vertical"
|
358
|
357
|
android:visibility="visible">
|
359
|
358
|
|
360
|
359
|
<com.zhy.autolayout.AutoLinearLayout
|
361
|
360
|
android:layout_width="match_parent"
|
362
|
361
|
android:layout_height="wrap_content"
|
363
|
|
android:orientation="vertical"
|
364
|
|
android:layout_centerInParent="true">
|
|
362
|
android:layout_centerInParent="true"
|
|
363
|
android:orientation="vertical">
|
365
|
364
|
|
366
|
365
|
<ImageView
|
367
|
366
|
android:layout_width="wrap_content"
|
368
|
367
|
android:layout_height="wrap_content"
|
369
|
|
android:src="@drawable/icon_find_wzcxjf"
|
370
|
|
android:layout_gravity="center_horizontal" />
|
|
368
|
android:layout_gravity="center_horizontal"
|
|
369
|
android:src="@drawable/icon_find_wzcxjf" />
|
371
|
370
|
|
372
|
371
|
<TextView
|
373
|
372
|
android:layout_width="wrap_content"
|
374
|
373
|
android:layout_height="wrap_content"
|
375
|
|
android:textSize="13sp"
|
|
374
|
android:layout_gravity="center_horizontal"
|
|
375
|
android:layout_marginTop="12dp"
|
376
|
376
|
android:text="违章查询缴费"
|
377
|
377
|
android:textColor="@color/ui_62"
|
378
|
|
android:layout_gravity="center_horizontal"
|
379
|
|
android:layout_marginTop="12dp" />
|
|
378
|
android:textSize="14sp" />
|
380
|
379
|
|
381
|
380
|
</com.zhy.autolayout.AutoLinearLayout>
|
382
|
381
|
|
|
@ -386,36 +385,36 @@
|
386
|
385
|
<View
|
387
|
386
|
android:layout_width="0.3dp"
|
388
|
387
|
android:layout_height="match_parent"
|
389
|
|
android:background="@color/ui_line"/>
|
|
388
|
android:background="@color/ui_line" />
|
390
|
389
|
|
391
|
390
|
<com.zhy.autolayout.AutoRelativeLayout
|
392
|
391
|
android:id="@+id/ll_yuyue"
|
393
|
|
android:layout_height="match_parent"
|
394
|
392
|
android:layout_width="0dp"
|
|
393
|
android:layout_height="match_parent"
|
395
|
394
|
android:layout_weight="1"
|
396
|
395
|
android:background="@color/white">
|
397
|
396
|
|
398
|
397
|
<com.zhy.autolayout.AutoLinearLayout
|
399
|
398
|
android:layout_width="match_parent"
|
400
|
399
|
android:layout_height="wrap_content"
|
401
|
|
android:orientation="vertical"
|
402
|
|
android:layout_centerInParent="true">
|
|
400
|
android:layout_centerInParent="true"
|
|
401
|
android:orientation="vertical">
|
403
|
402
|
|
404
|
403
|
<ImageView
|
|
404
|
android:id="@+id/imageView11"
|
405
|
405
|
android:layout_width="wrap_content"
|
406
|
406
|
android:layout_height="wrap_content"
|
407
|
|
android:src="@drawable/icon_route_dczx"
|
408
|
407
|
android:layout_gravity="center_horizontal"
|
409
|
|
android:id="@+id/imageView11" />
|
|
408
|
android:src="@drawable/icon_route_dczx" />
|
410
|
409
|
|
411
|
410
|
<TextView
|
412
|
411
|
android:layout_width="wrap_content"
|
413
|
412
|
android:layout_height="wrap_content"
|
414
|
|
android:textSize="13sp"
|
|
413
|
android:layout_gravity="center_horizontal"
|
|
414
|
android:layout_marginTop="12dp"
|
415
|
415
|
android:text="电车资讯"
|
416
|
416
|
android:textColor="@color/ui_62"
|
417
|
|
android:layout_gravity="center_horizontal"
|
418
|
|
android:layout_marginTop="12dp" />
|
|
417
|
android:textSize="14sp" />
|
419
|
418
|
|
420
|
419
|
</com.zhy.autolayout.AutoLinearLayout>
|
421
|
420
|
|
|
@ -424,12 +423,7 @@
|
424
|
423
|
<View
|
425
|
424
|
android:layout_width="0.3dp"
|
426
|
425
|
android:layout_height="match_parent"
|
427
|
|
android:background="@color/ui_line"/>
|
428
|
|
|
429
|
|
|
430
|
|
|
431
|
|
|
432
|
|
|
|
426
|
android:background="@color/ui_line" />
|
433
|
427
|
</LinearLayout>
|
434
|
428
|
|
435
|
429
|
<View
|
|
@ -438,65 +432,63 @@
|
438
|
432
|
android:layout_height="0.1dp"
|
439
|
433
|
android:layout_below="@+id/ll_ourr"
|
440
|
434
|
android:background="@color/ui_line"
|
441
|
|
android:visibility="gone"/>
|
|
435
|
android:visibility="gone" />
|
442
|
436
|
|
443
|
437
|
<LinearLayout
|
444
|
438
|
android:id="@+id/ll_ourrr"
|
445
|
|
android:layout_below="@+id/view_ourrr"
|
446
|
439
|
android:layout_width="match_parent"
|
447
|
440
|
android:layout_height="91dp"
|
|
441
|
android:layout_below="@+id/view_ourrr"
|
|
442
|
android:background="@color/white"
|
448
|
443
|
android:orientation="horizontal"
|
449
|
|
android:visibility="gone"
|
450
|
|
android:background="@color/white">
|
|
444
|
android:visibility="gone">
|
451
|
445
|
|
452
|
446
|
<com.zhy.autolayout.AutoRelativeLayout
|
453
|
447
|
android:id="@+id/rl_help"
|
454
|
|
android:visibility="visible"
|
455
|
|
android:layout_height="match_parent"
|
456
|
448
|
android:layout_width="0dp"
|
|
449
|
android:layout_height="match_parent"
|
457
|
450
|
android:layout_weight="1"
|
458
|
|
android:background="@color/white">
|
|
451
|
android:background="@color/white"
|
|
452
|
android:visibility="visible">
|
459
|
453
|
|
460
|
454
|
<com.zhy.autolayout.AutoLinearLayout
|
461
|
455
|
android:layout_width="match_parent"
|
462
|
456
|
android:layout_height="wrap_content"
|
463
|
|
android:orientation="vertical"
|
464
|
|
android:layout_centerInParent="true">
|
|
457
|
android:layout_centerInParent="true"
|
|
458
|
android:orientation="vertical">
|
465
|
459
|
|
466
|
460
|
<ImageView
|
467
|
461
|
android:layout_width="wrap_content"
|
468
|
462
|
android:layout_height="wrap_content"
|
469
|
|
android:src="@drawable/icon_charging_help"
|
470
|
|
android:layout_gravity="center_horizontal" />
|
|
463
|
android:layout_gravity="center_horizontal"
|
|
464
|
android:src="@drawable/icon_charging_help" />
|
471
|
465
|
|
472
|
466
|
<TextView
|
473
|
467
|
android:layout_width="wrap_content"
|
474
|
468
|
android:layout_height="wrap_content"
|
475
|
|
android:textSize="13sp"
|
|
469
|
android:layout_gravity="center_horizontal"
|
|
470
|
android:layout_marginTop="12dp"
|
476
|
471
|
android:text="充电帮助"
|
477
|
472
|
android:textColor="@color/ui_62"
|
478
|
|
android:layout_gravity="center_horizontal"
|
479
|
|
android:layout_marginTop="12dp" />
|
|
473
|
android:textSize="14sp" />
|
480
|
474
|
|
481
|
475
|
</com.zhy.autolayout.AutoLinearLayout>
|
482
|
476
|
|
483
|
477
|
|
484
|
|
|
485
|
478
|
</com.zhy.autolayout.AutoRelativeLayout>
|
486
|
479
|
|
487
|
480
|
<View
|
488
|
481
|
android:layout_width="0.3dp"
|
489
|
482
|
android:layout_height="match_parent"
|
490
|
483
|
android:background="@color/ui_line"
|
491
|
|
android:visibility="visible"/>
|
|
484
|
android:visibility="visible" />
|
492
|
485
|
|
493
|
486
|
<com.zhy.autolayout.AutoRelativeLayout
|
494
|
|
android:visibility="visible"
|
495
|
|
android:layout_height="match_parent"
|
496
|
487
|
android:layout_width="0dp"
|
|
488
|
android:layout_height="match_parent"
|
497
|
489
|
android:layout_weight="1"
|
498
|
|
android:background="@color/white">
|
499
|
|
|
|
490
|
android:background="@color/white"
|
|
491
|
android:visibility="visible">
|
500
|
492
|
|
501
|
493
|
|
502
|
494
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
@ -505,104 +497,101 @@
|
505
|
497
|
android:layout_width="0.3dp"
|
506
|
498
|
android:layout_height="match_parent"
|
507
|
499
|
android:background="@color/ui_line"
|
508
|
|
android:visibility="invisible"/>
|
|
500
|
android:visibility="invisible" />
|
509
|
501
|
|
510
|
502
|
<com.zhy.autolayout.AutoRelativeLayout
|
511
|
503
|
|
512
|
|
android:layout_height="match_parent"
|
513
|
504
|
android:layout_width="0dp"
|
|
505
|
android:layout_height="match_parent"
|
514
|
506
|
android:layout_weight="1"
|
515
|
507
|
android:background="@color/white"
|
516
|
508
|
android:visibility="invisible">
|
517
|
509
|
|
518
|
510
|
|
519
|
|
|
520
|
511
|
</com.zhy.autolayout.AutoRelativeLayout>
|
521
|
512
|
|
522
|
513
|
</LinearLayout>
|
523
|
514
|
|
524
|
515
|
|
525
|
|
|
526
|
516
|
<TextView
|
527
|
517
|
android:id="@+id/tv_other"
|
528
|
|
android:layout_below="@+id/ll_ourrr"
|
529
|
518
|
android:layout_width="wrap_content"
|
530
|
519
|
android:layout_height="wrap_content"
|
531
|
|
android:textColor="@color/ui_65"
|
532
|
|
android:textSize="16sp"
|
533
|
|
android:text="第三方服务"
|
534
|
|
android:layout_marginTop="54px"
|
|
520
|
android:layout_below="@+id/ll_ourrr"
|
535
|
521
|
android:layout_marginLeft="54px"
|
|
522
|
android:layout_marginTop="54px"
|
536
|
523
|
android:layout_marginBottom="34px"
|
537
|
|
android:visibility="gone"/>
|
|
524
|
android:text="第三方服务"
|
|
525
|
android:textColor="@color/ui_65"
|
|
526
|
android:textSize="16sp"
|
|
527
|
android:visibility="gone" />
|
538
|
528
|
|
539
|
529
|
<View
|
540
|
530
|
android:layout_width="match_parent"
|
541
|
531
|
android:layout_height="0.1dp"
|
542
|
532
|
android:layout_below="@+id/ll_other"
|
543
|
|
android:visibility="gone"
|
544
|
|
android:background="@color/ui_line"/>
|
|
533
|
android:background="@color/ui_line"
|
|
534
|
android:visibility="gone" />
|
545
|
535
|
|
546
|
536
|
<View
|
547
|
537
|
android:layout_width="match_parent"
|
548
|
538
|
android:layout_height="0.1dp"
|
549
|
539
|
android:layout_above="@+id/ll_other"
|
550
|
540
|
android:background="@color/ui_line"
|
551
|
|
android:visibility="gone"/>
|
|
541
|
android:visibility="gone" />
|
552
|
542
|
|
553
|
543
|
<com.zhy.autolayout.AutoLinearLayout
|
554
|
544
|
android:id="@+id/ll_other"
|
555
|
|
android:layout_below="@+id/tv_other"
|
556
|
545
|
android:layout_width="match_parent"
|
557
|
546
|
android:layout_height="91dp"
|
558
|
|
android:orientation="horizontal"
|
|
547
|
android:layout_below="@+id/tv_other"
|
559
|
548
|
android:background="@color/white"
|
|
549
|
android:orientation="horizontal"
|
560
|
550
|
android:visibility="gone">
|
561
|
551
|
|
562
|
552
|
|
563
|
553
|
<com.zhy.autolayout.AutoRelativeLayout
|
564
|
554
|
|
565
|
|
android:layout_height="match_parent"
|
566
|
555
|
android:layout_width="0dp"
|
|
556
|
android:layout_height="match_parent"
|
567
|
557
|
android:layout_weight="1"
|
568
|
558
|
android:background="@color/white">
|
569
|
559
|
|
570
|
560
|
|
571
|
|
|
572
|
561
|
</com.zhy.autolayout.AutoRelativeLayout>
|
573
|
562
|
|
574
|
563
|
<View
|
575
|
564
|
android:layout_width="0.3dp"
|
576
|
565
|
android:layout_height="match_parent"
|
577
|
|
android:background="@color/ui_line"/>
|
|
566
|
android:background="@color/ui_line" />
|
578
|
567
|
|
579
|
568
|
<com.zhy.autolayout.AutoRelativeLayout
|
580
|
569
|
android:id="@+id/ll_edaijia"
|
581
|
|
android:layout_height="match_parent"
|
582
|
570
|
android:layout_width="0dp"
|
|
571
|
android:layout_height="match_parent"
|
583
|
572
|
android:layout_weight="1"
|
584
|
573
|
android:background="@color/white">
|
585
|
574
|
|
586
|
575
|
<com.zhy.autolayout.AutoLinearLayout
|
587
|
576
|
android:layout_width="match_parent"
|
588
|
577
|
android:layout_height="wrap_content"
|
589
|
|
android:orientation="vertical"
|
590
|
|
android:layout_centerInParent="true">
|
|
578
|
android:layout_centerInParent="true"
|
|
579
|
android:orientation="vertical">
|
591
|
580
|
|
592
|
581
|
<ImageView
|
593
|
582
|
android:layout_width="wrap_content"
|
594
|
583
|
android:layout_height="wrap_content"
|
595
|
|
android:src="@drawable/icon_find_edj"
|
596
|
|
android:layout_gravity="center_horizontal" />
|
|
584
|
android:layout_gravity="center_horizontal"
|
|
585
|
android:src="@drawable/icon_find_edj" />
|
597
|
586
|
|
598
|
587
|
<TextView
|
599
|
588
|
android:layout_width="wrap_content"
|
600
|
589
|
android:layout_height="wrap_content"
|
601
|
|
android:textSize="13sp"
|
|
590
|
android:layout_gravity="center_horizontal"
|
|
591
|
android:layout_marginTop="12dp"
|
602
|
592
|
android:text="e代驾"
|
603
|
593
|
android:textColor="@color/ui_62"
|
604
|
|
android:layout_gravity="center_horizontal"
|
605
|
|
android:layout_marginTop="12dp" />
|
|
594
|
android:textSize="13sp" />
|
606
|
595
|
|
607
|
596
|
</com.zhy.autolayout.AutoLinearLayout>
|
608
|
597
|
|
|
@ -610,29 +599,27 @@
|
610
|
599
|
</com.zhy.autolayout.AutoRelativeLayout>
|
611
|
600
|
|
612
|
601
|
|
613
|
|
|
614
|
602
|
<View
|
615
|
603
|
android:layout_width="0.3dp"
|
616
|
604
|
android:layout_height="match_parent"
|
617
|
605
|
android:background="@color/ui_line"
|
618
|
|
android:visibility="gone"/>
|
619
|
|
|
|
606
|
android:visibility="gone" />
|
620
|
607
|
|
621
|
608
|
|
622
|
609
|
</com.zhy.autolayout.AutoLinearLayout>
|
623
|
610
|
|
624
|
611
|
<LinearLayout
|
625
|
612
|
android:id="@+id/ll_tab"
|
626
|
|
android:layout_height="49dp"
|
627
|
613
|
android:layout_width="match_parent"
|
628
|
|
android:background="@color/white"
|
|
614
|
android:layout_height="49dp"
|
629
|
615
|
android:layout_alignParentBottom="true"
|
|
616
|
android:background="@color/white"
|
630
|
617
|
android:orientation="horizontal">
|
631
|
618
|
|
632
|
619
|
<LinearLayout
|
633
|
620
|
android:id="@+id/ll_tab_index"
|
634
|
|
android:layout_height="match_parent"
|
635
|
621
|
android:layout_width="0px"
|
|
622
|
android:layout_height="match_parent"
|
636
|
623
|
android:layout_weight="1"
|
637
|
624
|
android:orientation="vertical">
|
638
|
625
|
|
|
@ -708,38 +695,37 @@
|
708
|
695
|
|
709
|
696
|
<RelativeLayout
|
710
|
697
|
android:id="@+id/ll_tab_find"
|
711
|
|
android:layout_height="match_parent"
|
712
|
698
|
android:layout_width="0px"
|
|
699
|
android:layout_height="match_parent"
|
713
|
700
|
android:layout_weight="1">
|
714
|
701
|
|
715
|
702
|
|
716
|
|
<ImageView
|
717
|
|
android:id="@+id/iv_find"
|
718
|
|
android:layout_width="wrap_content"
|
719
|
|
android:layout_height="wrap_content"
|
720
|
|
android:src="@drawable/icon_main_find_selected"
|
721
|
|
android:layout_marginTop="8dp"
|
722
|
|
android:layout_centerHorizontal="true"/>
|
723
|
|
|
724
|
|
<ImageView
|
725
|
|
android:id="@+id/iv_point"
|
726
|
|
android:layout_width="wrap_content"
|
727
|
|
android:layout_height="wrap_content"
|
728
|
|
android:src="@drawable/icon_havemessage1201"
|
729
|
|
android:visibility="gone"
|
730
|
|
android:layout_marginLeft="3dp"
|
731
|
|
android:layout_toRightOf="@+id/iv_find"
|
732
|
|
android:layout_alignTop="@+id/iv_find"/>
|
|
703
|
<ImageView
|
|
704
|
android:id="@+id/iv_find"
|
|
705
|
android:layout_width="wrap_content"
|
|
706
|
android:layout_height="wrap_content"
|
|
707
|
android:layout_centerHorizontal="true"
|
|
708
|
android:layout_marginTop="8dp"
|
|
709
|
android:src="@drawable/icon_main_find_selected" />
|
733
|
710
|
|
|
711
|
<ImageView
|
|
712
|
android:id="@+id/iv_point"
|
|
713
|
android:layout_width="wrap_content"
|
|
714
|
android:layout_height="wrap_content"
|
|
715
|
android:layout_alignTop="@+id/iv_find"
|
|
716
|
android:layout_marginLeft="3dp"
|
|
717
|
android:layout_toRightOf="@+id/iv_find"
|
|
718
|
android:src="@drawable/icon_havemessage1201"
|
|
719
|
android:visibility="gone" />
|
734
|
720
|
|
735
|
721
|
|
736
|
722
|
<TextView
|
737
|
723
|
android:id="@+id/tv_find"
|
738
|
724
|
android:layout_width="wrap_content"
|
739
|
725
|
android:layout_height="wrap_content"
|
740
|
|
android:layout_gravity="center_horizontal"
|
741
|
726
|
android:layout_below="@+id/iv_find"
|
742
|
727
|
android:layout_centerHorizontal="true"
|
|
728
|
android:layout_gravity="center_horizontal"
|
743
|
729
|
android:layout_marginTop="2dp"
|
744
|
730
|
android:text="发现"
|
745
|
731
|
android:textColor="@color/ui_64"
|
|
@ -749,8 +735,8 @@
|
749
|
735
|
|
750
|
736
|
<LinearLayout
|
751
|
737
|
android:id="@+id/ll_tab_our"
|
752
|
|
android:layout_height="match_parent"
|
753
|
738
|
android:layout_width="0dp"
|
|
739
|
android:layout_height="match_parent"
|
754
|
740
|
android:layout_weight="1"
|
755
|
741
|
android:orientation="vertical">
|
756
|
742
|
|
|
@ -765,8 +751,8 @@
|
765
|
751
|
android:id="@+id/iv_our"
|
766
|
752
|
android:layout_width="wrap_content"
|
767
|
753
|
android:layout_height="wrap_content"
|
768
|
|
android:scaleType="centerInside"
|
769
|
754
|
android:layout_centerInParent="true"
|
|
755
|
android:scaleType="centerInside"
|
770
|
756
|
android:src="@drawable/icon_tab_main_me" />
|
771
|
757
|
|
772
|
758
|
<TextView
|
|
@ -775,10 +761,10 @@
|
775
|
761
|
android:layout_height="wrap_content"
|
776
|
762
|
android:layout_toRightOf="@+id/iv_our"
|
777
|
763
|
android:background="@drawable/bg_smallred"
|
778
|
|
android:text="13"
|
779
|
764
|
android:gravity="center"
|
780
|
|
android:textSize="9sp"
|
|
765
|
android:text="13"
|
781
|
766
|
android:textColor="@color/white"
|
|
767
|
android:textSize="9sp"
|
782
|
768
|
android:visibility="gone" />
|
783
|
769
|
|
784
|
770
|
</RelativeLayout>
|
|
@ -800,18 +786,18 @@
|
800
|
786
|
android:id="@+id/rl_title"
|
801
|
787
|
android:layout_width="match_parent"
|
802
|
788
|
android:layout_height="44dp"
|
803
|
|
android:background="@color/title_background"
|
804
|
|
android:layout_alignParentTop="true"
|
|
789
|
android:layout_alignParentStart="true"
|
805
|
790
|
android:layout_alignParentLeft="true"
|
806
|
|
android:layout_alignParentStart="true">
|
|
791
|
android:layout_alignParentTop="true"
|
|
792
|
android:background="@color/title_background">
|
807
|
793
|
|
808
|
794
|
<TextView
|
809
|
795
|
android:layout_width="wrap_content"
|
810
|
796
|
android:layout_height="wrap_content"
|
811
|
797
|
android:layout_centerInParent="true"
|
|
798
|
android:text="发现"
|
812
|
799
|
android:textColor="@color/ui_62"
|
813
|
|
android:textSize="18sp"
|
814
|
|
android:text="发现"/>
|
|
800
|
android:textSize="18sp" />
|
815
|
801
|
|
816
|
802
|
</RelativeLayout>
|
817
|
803
|
|