|
|
@ -2,16 +2,16 @@
|
|
2
|
2
|
xmlns:tools="http://schemas.android.com/tools"
|
|
3
|
3
|
android:layout_width="match_parent"
|
|
4
|
4
|
android:layout_height="match_parent"
|
|
|
5
|
android:background="@color/activity_bgcolor"
|
|
5
|
6
|
android:focusable="true"
|
|
6
|
7
|
android:focusableInTouchMode="true"
|
|
7
|
|
android:orientation="vertical"
|
|
8
|
|
android:background="@color/activity_bgcolor">
|
|
|
8
|
android:orientation="vertical">
|
|
9
|
9
|
|
|
10
|
10
|
<com.zhy.autolayout.AutoRelativeLayout
|
|
|
11
|
android:id="@+id/relativeLayout"
|
|
11
|
12
|
android:layout_width="fill_parent"
|
|
12
|
13
|
android:layout_height="130px"
|
|
13
|
|
android:background="@color/white"
|
|
14
|
|
android:id="@+id/relativeLayout">
|
|
|
14
|
android:background="@color/white">
|
|
15
|
15
|
|
|
16
|
16
|
<TextView
|
|
17
|
17
|
android:id="@+id/textview"
|
|
|
@ -29,20 +29,18 @@
|
|
29
|
29
|
android:layout_alignParentLeft="true"
|
|
30
|
30
|
android:layout_centerVertical="true"
|
|
31
|
31
|
android:contentDescription="@null"
|
|
32
|
|
android:paddingBottom="4dp"
|
|
33
|
32
|
android:paddingLeft="16dp"
|
|
34
|
|
android:paddingRight="16dp"
|
|
35
|
33
|
android:paddingTop="4dp"
|
|
|
34
|
android:paddingRight="16dp"
|
|
|
35
|
android:paddingBottom="4dp"
|
|
36
|
36
|
android:src="@drawable/icon_lvback1119" />
|
|
37
|
|
|
|
38
|
|
|
|
39
|
37
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
|
38
|
|
|
40
|
39
|
<View
|
|
41
|
40
|
android:layout_width="fill_parent"
|
|
42
|
41
|
android:layout_height="0.5dp"
|
|
43
|
42
|
android:background="@color/ui_line" />
|
|
44
|
43
|
|
|
45
|
|
|
|
46
|
44
|
<ScrollView
|
|
47
|
45
|
android:layout_width="match_parent"
|
|
48
|
46
|
android:layout_height="wrap_content"
|
|
|
@ -53,355 +51,54 @@
|
|
53
|
51
|
android:layout_height="match_parent"
|
|
54
|
52
|
android:orientation="vertical">
|
|
55
|
53
|
|
|
56
|
|
|
|
57
|
|
<!--<LinearLayout-->
|
|
58
|
|
<!--android:id="@+id/ll_alter_photo"-->
|
|
59
|
|
<!--android:layout_width="match_parent"-->
|
|
60
|
|
<!--android:layout_height="50dp"-->
|
|
61
|
|
<!--android:visibility="gone"-->
|
|
62
|
|
<!--android:background="@color/bg_row"-->
|
|
63
|
|
<!--android:orientation="horizontal">-->
|
|
64
|
|
|
|
65
|
|
<!--<TextView-->
|
|
66
|
|
<!--android:layout_width="wrap_content"-->
|
|
67
|
|
<!--android:layout_height="match_parent"-->
|
|
68
|
|
<!--android:layout_centerVertical="true"-->
|
|
69
|
|
<!--android:layout_marginLeft="10dp"-->
|
|
70
|
|
<!--android:gravity="center_vertical"-->
|
|
71
|
|
<!--android:text="+"-->
|
|
72
|
|
<!--android:textColor="#39C663"-->
|
|
73
|
|
<!--android:textSize="30sp" />-->
|
|
74
|
|
|
|
75
|
|
<!--<TextView-->
|
|
76
|
|
<!--android:layout_width="wrap_content"-->
|
|
77
|
|
<!--android:layout_height="match_parent"-->
|
|
78
|
|
<!--android:layout_marginLeft="5dp"-->
|
|
79
|
|
<!--android:gravity="center"-->
|
|
80
|
|
<!--android:padding="5dp"-->
|
|
81
|
|
<!--android:text="补 充 完 善 图 片 信 息"-->
|
|
82
|
|
<!--android:textColor="@color/add_photo"-->
|
|
83
|
|
<!--android:textSize="17sp" />-->
|
|
84
|
|
<!--</LinearLayout>-->
|
|
85
|
|
|
|
86
|
|
<!--<LinearLayout-->
|
|
87
|
|
<!--android:id="@+id/ll_add_photo"-->
|
|
88
|
|
<!--android:layout_width="match_parent"-->
|
|
89
|
|
<!--android:layout_height="100dp"-->
|
|
90
|
|
<!--android:orientation="horizontal"-->
|
|
91
|
|
<!--android:background="@color/bg_row">-->
|
|
92
|
|
|
|
93
|
|
<!--<ImageView-->
|
|
94
|
|
<!--android:id="@+id/iv_photo1"-->
|
|
95
|
|
<!--android:layout_width="100dp"-->
|
|
96
|
|
<!--android:layout_height="match_parent"-->
|
|
97
|
|
<!--android:padding="15dp"-->
|
|
98
|
|
<!--android:src="@drawable/addpic65"/>-->
|
|
99
|
|
<!--<TextView-->
|
|
100
|
|
<!--android:id="@+id/tv_add"-->
|
|
101
|
|
<!--android:layout_width="wrap_content"-->
|
|
102
|
|
<!--android:layout_height="match_parent"-->
|
|
103
|
|
<!--android:layout_marginLeft="5dp"-->
|
|
104
|
|
<!--android:gravity="center"-->
|
|
105
|
|
<!--android:padding="5dp"-->
|
|
106
|
|
<!--android:text="补 充 完 善 图 片 信 息"-->
|
|
107
|
|
<!--android:textColor="@color/add_photo"-->
|
|
108
|
|
<!--android:textSize="17sp"-->
|
|
109
|
|
<!--android:visibility="visible"/>-->
|
|
110
|
|
|
|
111
|
|
<!--<ImageView-->
|
|
112
|
|
<!--android:id="@+id/iv_photo2"-->
|
|
113
|
|
<!--android:layout_width="100dp"-->
|
|
114
|
|
<!--android:layout_height="match_parent"-->
|
|
115
|
|
<!--android:padding="15dp"-->
|
|
116
|
|
<!--android:src="@drawable/addpic65"-->
|
|
117
|
|
<!--android:visibility="gone"/>-->
|
|
118
|
|
|
|
119
|
|
<!--<ImageView-->
|
|
120
|
|
<!--android:id="@+id/iv_photo3"-->
|
|
121
|
|
<!--android:layout_width="100dp"-->
|
|
122
|
|
<!--android:layout_height="match_parent"-->
|
|
123
|
|
<!--android:padding="15dp"-->
|
|
124
|
|
<!--android:src="@drawable/addpic65"-->
|
|
125
|
|
<!--android:visibility="gone"/>-->
|
|
126
|
|
<!--</LinearLayout>-->
|
|
127
|
|
|
|
128
|
|
<!--<LinearLayout-->
|
|
129
|
|
<!--android:id="@+id/ll_uploadPhoto"-->
|
|
130
|
|
<!--android:layout_width="match_parent"-->
|
|
131
|
|
<!--android:layout_height="100dp"-->
|
|
132
|
|
<!--android:gravity="center"-->
|
|
133
|
|
<!--android:background="@color/bg_row"-->
|
|
134
|
|
<!--android:orientation="horizontal"-->
|
|
135
|
|
<!--android:visibility="gone">-->
|
|
136
|
|
|
|
137
|
|
<!--<ImageView-->
|
|
138
|
|
<!--android:id="@+id/uploadPhoto"-->
|
|
139
|
|
<!--android:layout_width="100dp"-->
|
|
140
|
|
<!--android:layout_height="match_parent"-->
|
|
141
|
|
<!--android:src="@drawable/addpic65" />-->
|
|
142
|
|
<!--</LinearLayout>-->
|
|
143
|
|
|
|
144
|
|
<LinearLayout
|
|
145
|
|
android:id="@+id/ll_add_photo"
|
|
146
|
|
android:layout_width="match_parent"
|
|
147
|
|
android:layout_height="100dp"
|
|
148
|
|
android:orientation="horizontal"
|
|
149
|
|
android:background="@color/bg_row">
|
|
150
|
|
|
|
151
|
|
<!--<ImageView-->
|
|
152
|
|
<!--android:id="@+id/iv_photo1"-->
|
|
153
|
|
<!--android:layout_width="100dp"-->
|
|
154
|
|
<!--android:padding="16dp"-->
|
|
155
|
|
<!--android:layout_height="match_parent"-->
|
|
156
|
|
<!--android:src="@drawable/addpic65"/>-->
|
|
157
|
|
<GridView
|
|
158
|
|
android:id="@+id/noScrollgridview"
|
|
|
54
|
<LinearLayout
|
|
|
55
|
android:id="@+id/ll_add_photo"
|
|
159
|
56
|
android:layout_width="match_parent"
|
|
160
|
|
android:layout_height="wrap_content"
|
|
161
|
|
android:layout_marginLeft="16dp"
|
|
162
|
|
android:layout_marginTop="16dp"
|
|
163
|
|
android:layout_marginRight="16dp"
|
|
164
|
|
android:horizontalSpacing="3dp"
|
|
165
|
|
android:numColumns="3"
|
|
166
|
|
android:scrollbars="none"
|
|
167
|
|
android:verticalSpacing="5dp" >
|
|
168
|
|
</GridView>
|
|
169
|
|
|
|
170
|
|
</LinearLayout>
|
|
|
57
|
android:layout_height="100dp"
|
|
|
58
|
android:background="@color/bg_row"
|
|
|
59
|
android:orientation="horizontal">
|
|
|
60
|
|
|
|
61
|
<GridView
|
|
|
62
|
android:id="@+id/noScrollgridview"
|
|
|
63
|
android:layout_width="match_parent"
|
|
|
64
|
android:layout_height="wrap_content"
|
|
|
65
|
android:layout_marginLeft="16dp"
|
|
|
66
|
android:layout_marginTop="16dp"
|
|
|
67
|
android:layout_marginRight="16dp"
|
|
|
68
|
android:horizontalSpacing="3dp"
|
|
|
69
|
android:numColumns="3"
|
|
|
70
|
android:scrollbars="none"
|
|
|
71
|
android:verticalSpacing="5dp"></GridView>
|
|
|
72
|
|
|
|
73
|
</LinearLayout>
|
|
171
|
74
|
|
|
172
|
75
|
<TextView
|
|
173
|
76
|
android:layout_width="match_parent"
|
|
174
|
77
|
android:layout_height="wrap_content"
|
|
175
|
78
|
android:background="@color/white"
|
|
176
|
|
android:text="(可选填,最多可上传三张)"
|
|
177
|
79
|
android:paddingLeft="16dp"
|
|
178
|
80
|
android:paddingRight="16dp"
|
|
179
|
81
|
android:paddingBottom="8dp"
|
|
|
82
|
android:text="(可选填,最多可上传三张)"
|
|
180
|
83
|
android:textColor="@color/hintColor"
|
|
181
|
84
|
android:textSize="16sp"
|
|
182
|
|
android:visibility="gone"/>
|
|
|
85
|
android:visibility="gone" />
|
|
183
|
86
|
|
|
184
|
87
|
<View
|
|
185
|
88
|
android:layout_width="match_parent"
|
|
186
|
89
|
android:layout_height="0.5dp"
|
|
187
|
|
android:background="@color/Line"/>
|
|
|
90
|
android:background="@color/Line" />
|
|
|
91
|
|
|
188
|
92
|
<View
|
|
189
|
93
|
android:layout_width="fill_parent"
|
|
190
|
94
|
android:layout_height="15dp"
|
|
191
|
95
|
android:background="@color/activity_bgcolor" />
|
|
192
|
96
|
|
|
193
|
|
<!--<View-->
|
|
194
|
|
<!--android:layout_width="fill_parent"-->
|
|
195
|
|
<!--android:layout_height="0.5dp"-->
|
|
196
|
|
<!--android:layout_marginLeft="8dp"-->
|
|
197
|
|
<!--android:layout_marginRight="8dp"-->
|
|
198
|
|
<!--android:background="@color/in_line" />-->
|
|
199
|
|
|
|
200
|
|
<!--<RelativeLayout-->
|
|
201
|
|
<!--android:id="@+id/rl_name"-->
|
|
202
|
|
<!--android:layout_marginLeft="8dp"-->
|
|
203
|
|
<!--android:layout_marginRight="8dp"-->
|
|
204
|
|
<!--android:layout_width="match_parent"-->
|
|
205
|
|
<!--android:background="@color/bg_row"-->
|
|
206
|
|
<!--android:layout_height="50dp">-->
|
|
207
|
|
|
|
208
|
|
<!--<TextView-->
|
|
209
|
|
<!--android:id="@+id/tv_name"-->
|
|
210
|
|
<!--android:layout_width="wrap_content"-->
|
|
211
|
|
<!--android:layout_height="wrap_content"-->
|
|
212
|
|
<!--android:layout_alignParentLeft="true"-->
|
|
213
|
|
<!--android:layout_centerVertical="true"-->
|
|
214
|
|
<!--android:paddingBottom="5dp"-->
|
|
215
|
|
<!--android:paddingLeft="10dp"-->
|
|
216
|
|
<!--android:paddingRight="15dp"-->
|
|
217
|
|
<!--android:text="名称"-->
|
|
218
|
|
<!--android:textColor="@color/title_row"-->
|
|
219
|
|
<!--android:textSize="16sp" />-->
|
|
220
|
|
|
|
221
|
|
<!--<EditText-->
|
|
222
|
|
<!--android:id="@+id/et_name"-->
|
|
223
|
|
<!--style="?android:attr/textViewStyle"-->
|
|
224
|
|
<!--android:layout_width="wrap_content"-->
|
|
225
|
|
<!--android:layout_height="wrap_content"-->
|
|
226
|
|
<!--android:layout_alignParentEnd="true"-->
|
|
227
|
|
<!--android:layout_alignParentRight="true"-->
|
|
228
|
|
<!--android:layout_centerVertical="true"-->
|
|
229
|
|
<!--android:layout_marginRight="15dp"-->
|
|
230
|
|
<!--android:background="@null"-->
|
|
231
|
|
<!--android:contentDescription="@null"-->
|
|
232
|
|
<!--android:paddingBottom="5dp"-->
|
|
233
|
|
<!--android:paddingRight="10dp"-->
|
|
234
|
|
<!--android:text="充电桩"-->
|
|
235
|
|
<!--android:textColor="@color/black"-->
|
|
236
|
|
<!--android:textColorHint="@color/hintColor"-->
|
|
237
|
|
<!--android:textSize="15sp" />-->
|
|
238
|
|
|
|
239
|
|
<!--</RelativeLayout>-->
|
|
240
|
|
|
|
241
|
|
|
|
242
|
|
|
|
243
|
|
|
|
244
|
|
<!--<View-->
|
|
245
|
|
<!--android:layout_width="fill_parent"-->
|
|
246
|
|
<!--android:layout_height="0.5dp"-->
|
|
247
|
|
<!--android:layout_marginLeft="8dp"-->
|
|
248
|
|
<!--android:layout_marginRight="8dp"-->
|
|
249
|
|
<!--android:background="@color/in_line" />-->
|
|
250
|
|
|
|
251
|
|
<!--<RelativeLayout-->
|
|
252
|
|
<!--android:id="@+id/rl_suit_car"-->
|
|
253
|
|
<!--android:layout_width="match_parent"-->
|
|
254
|
|
<!--android:layout_marginLeft="8dp"-->
|
|
255
|
|
<!--android:layout_marginRight="8dp"-->
|
|
256
|
|
<!--android:layout_height="50dp"-->
|
|
257
|
|
<!--android:background="@drawable/click_effect">-->
|
|
258
|
|
|
|
259
|
|
<!--<TextView-->
|
|
260
|
|
<!--android:id="@+id/tv_service"-->
|
|
261
|
|
<!--android:layout_width="wrap_content"-->
|
|
262
|
|
<!--android:layout_height="wrap_content"-->
|
|
263
|
|
<!--android:layout_alignParentLeft="true"-->
|
|
264
|
|
<!--android:layout_centerVertical="true"-->
|
|
265
|
|
<!--android:paddingBottom="5dp"-->
|
|
266
|
|
<!--android:paddingLeft="10dp"-->
|
|
267
|
|
<!--android:paddingRight="15dp"-->
|
|
268
|
|
<!--android:text="服务费"-->
|
|
269
|
|
<!--android:textColor="@color/title_row"-->
|
|
270
|
|
<!--android:textSize="16sp" />-->
|
|
271
|
|
|
|
272
|
|
<!--<EditText-->
|
|
273
|
|
<!--android:id="@+id/et_serviceCost"-->
|
|
274
|
|
<!--android:layout_width="wrap_content"-->
|
|
275
|
|
<!--android:layout_height="wrap_content"-->
|
|
276
|
|
<!--android:layout_alignParentEnd="true"-->
|
|
277
|
|
<!--android:layout_alignParentRight="true"-->
|
|
278
|
|
<!--android:layout_centerVertical="true"-->
|
|
279
|
|
<!--android:layout_marginRight="15dp"-->
|
|
280
|
|
<!--android:contentDescription="@null"-->
|
|
281
|
|
<!--android:background="@color/bg_row"-->
|
|
282
|
|
<!--android:gravity="center|right"-->
|
|
283
|
|
<!--android:hint="请您填写服务费"-->
|
|
284
|
|
<!--android:paddingBottom="5dp"-->
|
|
285
|
|
<!--android:paddingRight="10dp"-->
|
|
286
|
|
<!--android:text=""-->
|
|
287
|
|
<!--android:textColor="@color/black"-->
|
|
288
|
|
<!--android:textColorHint="@color/hintColor"-->
|
|
289
|
|
<!--android:textSize="15sp" />-->
|
|
290
|
|
|
|
291
|
|
<!--<!–<ImageView–>-->
|
|
292
|
|
<!--<!–android:id="@+id/iv_change_suit"–>-->
|
|
293
|
|
<!--<!–android:layout_width="20dp"–>-->
|
|
294
|
|
<!--<!–android:layout_height="match_parent"–>-->
|
|
295
|
|
<!--<!–android:layout_alignParentEnd="true"–>-->
|
|
296
|
|
<!--<!–android:layout_alignParentRight="true"–>-->
|
|
297
|
|
<!--<!–android:layout_centerVertical="true"–>-->
|
|
298
|
|
<!--<!–android:contentDescription="@null"–>-->
|
|
299
|
|
<!--<!–android:src="@drawable/grey_right" />–>-->
|
|
300
|
|
|
|
301
|
|
<!--</RelativeLayout>-->
|
|
302
|
|
|
|
303
|
|
<!--<View-->
|
|
304
|
|
<!--android:layout_width="fill_parent"-->
|
|
305
|
|
<!--android:layout_height="0.5dp"-->
|
|
306
|
|
<!--android:layout_marginLeft="8dp"-->
|
|
307
|
|
<!--android:layout_marginRight="8dp"-->
|
|
308
|
|
<!--android:background="@color/in_line" />-->
|
|
309
|
|
|
|
310
|
|
<!--<RelativeLayout-->
|
|
311
|
|
<!--android:id="@+id/rl_open"-->
|
|
312
|
|
<!--android:layout_width="match_parent"-->
|
|
313
|
|
<!--android:layout_marginLeft="8dp"-->
|
|
314
|
|
<!--android:layout_marginRight="8dp"-->
|
|
315
|
|
<!--android:background="@color/bg_row"-->
|
|
316
|
|
<!--android:layout_height="50dp">-->
|
|
317
|
|
|
|
318
|
|
<!--<TextView-->
|
|
319
|
|
<!--android:id="@+id/tv_open_title"-->
|
|
320
|
|
<!--android:layout_width="wrap_content"-->
|
|
321
|
|
<!--android:layout_height="wrap_content"-->
|
|
322
|
|
<!--android:layout_alignParentLeft="true"-->
|
|
323
|
|
<!--android:layout_centerVertical="true"-->
|
|
324
|
|
<!--android:paddingBottom="5dp"-->
|
|
325
|
|
<!--android:paddingLeft="10dp"-->
|
|
326
|
|
<!--android:paddingRight="15dp"-->
|
|
327
|
|
<!--android:text="停车场类型"-->
|
|
328
|
|
<!--android:textColor="@color/title_row"-->
|
|
329
|
|
<!--android:textSize="16sp" />-->
|
|
330
|
|
|
|
331
|
|
<!--<Switch-->
|
|
332
|
|
<!--android:id="@+id/sw_parkLocation"-->
|
|
333
|
|
<!--android:layout_width="wrap_content"-->
|
|
334
|
|
<!--android:layout_height="wrap_content"-->
|
|
335
|
|
<!--android:layout_marginRight="25dp"-->
|
|
336
|
|
<!--android:textOn="地下"-->
|
|
337
|
|
<!--android:textOff="地上"-->
|
|
338
|
|
<!--android:layout_centerVertical="true"-->
|
|
339
|
|
<!--android:layout_alignParentRight="true"-->
|
|
340
|
|
<!--android:layout_alignParentEnd="true" />-->
|
|
341
|
|
|
|
342
|
|
<!--</RelativeLayout>-->
|
|
343
|
|
<!--<View-->
|
|
344
|
|
<!--android:layout_width="fill_parent"-->
|
|
345
|
|
<!--android:layout_height="0.5dp"-->
|
|
346
|
|
<!--android:layout_marginLeft="8dp"-->
|
|
347
|
|
<!--android:layout_marginRight="8dp"-->
|
|
348
|
|
<!--android:background="@color/in_line" />-->
|
|
349
|
|
|
|
350
|
|
<!--<RelativeLayout-->
|
|
351
|
|
<!--android:id="@+id/rl_zhuanyou"-->
|
|
352
|
|
<!--android:layout_width="match_parent"-->
|
|
353
|
|
<!--android:layout_marginLeft="8dp"-->
|
|
354
|
|
<!--android:layout_marginRight="8dp"-->
|
|
355
|
|
<!--android:background="@color/bg_row"-->
|
|
356
|
|
<!--android:layout_height="50dp">-->
|
|
357
|
|
|
|
358
|
|
<!--<TextView-->
|
|
359
|
|
<!--android:id="@+id/tv_parkCost"-->
|
|
360
|
|
<!--android:layout_width="wrap_content"-->
|
|
361
|
|
<!--android:layout_height="wrap_content"-->
|
|
362
|
|
<!--android:layout_alignParentLeft="true"-->
|
|
363
|
|
<!--android:layout_centerVertical="true"-->
|
|
364
|
|
<!--android:paddingBottom="5dp"-->
|
|
365
|
|
<!--android:paddingLeft="10dp"-->
|
|
366
|
|
<!--android:paddingRight="15dp"-->
|
|
367
|
|
<!--android:text="停车费"-->
|
|
368
|
|
<!--android:textColor="@color/title_row"-->
|
|
369
|
|
<!--android:textSize="16sp" />-->
|
|
370
|
|
|
|
371
|
|
<!--<EditText-->
|
|
372
|
|
<!--android:id="@+id/et_parkCost"-->
|
|
373
|
|
<!--style="?android:attr/textViewStyle"-->
|
|
374
|
|
<!--android:layout_width="245dp"-->
|
|
375
|
|
<!--android:layout_height="match_parent"-->
|
|
376
|
|
<!--android:layout_alignParentEnd="true"-->
|
|
377
|
|
<!--android:layout_alignParentRight="true"-->
|
|
378
|
|
<!--android:layout_centerVertical="true"-->
|
|
379
|
|
<!--android:layout_marginRight="15dp"-->
|
|
380
|
|
<!--android:gravity="center|right"-->
|
|
381
|
|
<!--android:background="@null"-->
|
|
382
|
|
<!--android:contentDescription="@null"-->
|
|
383
|
|
<!--android:paddingBottom="5dp"-->
|
|
384
|
|
<!--android:paddingRight="10dp"-->
|
|
385
|
|
<!--android:hint="请您填写停车费"-->
|
|
386
|
|
<!--android:textColor="@color/hintColor"-->
|
|
387
|
|
<!--android:textSize="15sp" />-->
|
|
388
|
|
|
|
389
|
|
<!--</RelativeLayout>-->
|
|
390
|
|
<!--<View-->
|
|
391
|
|
<!--android:layout_width="fill_parent"-->
|
|
392
|
|
<!--android:layout_height="0.5dp"-->
|
|
393
|
|
<!--android:layout_marginLeft="8dp"-->
|
|
394
|
|
<!--android:layout_marginRight="8dp"-->
|
|
395
|
|
<!--android:background="@color/in_line" />-->
|
|
396
|
|
<!--<View-->
|
|
397
|
|
<!--android:layout_width="fill_parent"-->
|
|
398
|
|
<!--android:layout_height="wrap_content"-->
|
|
399
|
|
<!--android:background="@drawable/share_line" />-->
|
|
400
|
97
|
|
|
401
|
98
|
<View
|
|
402
|
99
|
android:layout_width="match_parent"
|
|
403
|
100
|
android:layout_height="0.5dp"
|
|
404
|
|
android:background="@color/Line"/>
|
|
|
101
|
android:background="@color/Line" />
|
|
405
|
102
|
|
|
406
|
103
|
<EditText
|
|
407
|
104
|
android:id="@+id/et_alterinfo"
|
|
|
@ -409,39 +106,33 @@
|
|
409
|
106
|
android:layout_height="150dp"
|
|
410
|
107
|
android:background="@color/white"
|
|
411
|
108
|
|
|
|
109
|
android:gravity="top|left"
|
|
412
|
110
|
android:hint="请输入正确的站点信息..."
|
|
413
|
|
android:textColorHint="@color/hintColor"
|
|
414
|
111
|
android:paddingLeft="16dp"
|
|
415
|
|
android:paddingRight="16dp"
|
|
416
|
112
|
android:paddingTop="8dp"
|
|
|
113
|
android:paddingRight="16dp"
|
|
417
|
114
|
android:paddingBottom="8dp"
|
|
418
|
|
android:textSize="15sp"
|
|
419
|
|
android:gravity="top|left"
|
|
420
|
115
|
android:text=""
|
|
421
|
|
android:textColor="@color/title_row"/>
|
|
|
116
|
android:textColor="@color/title_row"
|
|
|
117
|
android:textColorHint="@color/hintColor"
|
|
|
118
|
android:textSize="15sp" />
|
|
422
|
119
|
|
|
423
|
120
|
<View
|
|
424
|
121
|
android:layout_width="match_parent"
|
|
425
|
122
|
android:layout_height="0.5dp"
|
|
426
|
|
android:background="@color/Line"/>
|
|
427
|
|
|
|
428
|
|
|
|
429
|
|
|
|
430
|
|
|
|
431
|
|
|
|
|
123
|
android:background="@color/Line" />
|
|
432
|
124
|
|
|
433
|
125
|
<ImageView
|
|
434
|
126
|
android:id="@+id/tv_one"
|
|
435
|
127
|
android:layout_width="wrap_content"
|
|
436
|
128
|
android:layout_height="wrap_content"
|
|
437
|
129
|
android:layout_gravity="center"
|
|
438
|
|
|
|
439
|
130
|
android:layout_marginTop="45dp"
|
|
440
|
131
|
android:gravity="center"
|
|
441
|
|
android:text="2分"
|
|
442
|
132
|
android:padding="5dp"
|
|
443
|
133
|
android:scaleType="fitXY"
|
|
444
|
134
|
android:src="@drawable/icon_pointt"
|
|
|
135
|
android:text="2分"
|
|
445
|
136
|
android:textColor="#fff"
|
|
446
|
137
|
android:visibility="gone" />
|
|
447
|
138
|
</LinearLayout>
|
|
|
@ -450,21 +141,17 @@
|
|
450
|
141
|
<RelativeLayout
|
|
451
|
142
|
android:layout_width="match_parent"
|
|
452
|
143
|
android:layout_height="match_parent">
|
|
|
144
|
|
|
453
|
145
|
<TextView
|
|
454
|
146
|
android:id="@+id/tv_submit"
|
|
455
|
147
|
android:layout_width="match_parent"
|
|
456
|
148
|
android:layout_height="45dp"
|
|
|
149
|
android:layout_alignParentBottom="true"
|
|
|
150
|
android:layout_centerHorizontal="true"
|
|
457
|
151
|
android:background="@color/lvse"
|
|
|
152
|
android:gravity="center"
|
|
458
|
153
|
android:text="提 交"
|
|
459
|
154
|
android:textColor="@color/white"
|
|
460
|
|
android:textSize="17sp"
|
|
461
|
|
android:gravity="center"
|
|
462
|
|
android:layout_alignParentBottom="true"
|
|
463
|
|
android:layout_centerHorizontal="true" />
|
|
|
155
|
android:textSize="17sp" />
|
|
464
|
156
|
</RelativeLayout>
|
|
465
|
|
|
|
466
|
|
|
|
467
|
|
|
|
468
|
|
|
|
469
|
|
|
|
470
|
157
|
</LinearLayout>
|