54860b9c1949104b3acc33ac51dR132">132
android:layout_height="0.5dp"
|
|
132
|
133
|
android:layout_marginLeft="16dp"
|
|
|
@ -135,7 +136,7 @@
|
|
135
|
136
|
<RelativeLayout
|
|
136
|
137
|
android:layout_width="fill_parent"
|
|
137
|
138
|
android:layout_height="45dp"
|
|
138
|
|
android:background="@color/white">
|
|
|
139
|
>
|
|
139
|
140
|
|
|
140
|
141
|
<TextView
|
|
141
|
142
|
android:layout_width="wrap_content"
|
|
|
@ -143,8 +144,8 @@
|
|
143
|
144
|
android:gravity="center"
|
|
144
|
145
|
android:paddingLeft="16dp"
|
|
145
|
146
|
android:text="昵称"
|
|
146
|
|
android:textColor="@color/title_row"
|
|
147
|
|
android:textSize="15sp" />
|
|
|
147
|
android:textColor="@color/color_f9f9f9"
|
|
|
148
|
android:textSize="14dp" />
|
|
148
|
149
|
|
|
149
|
150
|
<EditText
|
|
150
|
151
|
android:id="@+id/et_nickName"
|
|
|
@ -158,7 +159,7 @@
|
|
158
|
159
|
android:gravity="center|right"
|
|
159
|
160
|
android:hint="请输入昵称"
|
|
160
|
161
|
android:singleLine="true"
|
|
161
|
|
android:textColor="@color/ui_62"
|
|
|
162
|
android:textColor="@color/color_0e0e0e"
|
|
162
|
163
|
android:textColorHint="@color/hintColor"
|
|
163
|
164
|
android:textSize="15sp" />
|
|
164
|
165
|
|
|
|
@ -169,13 +170,12 @@
|
|
169
|
170
|
android:layout_height="0.5dp"
|
|
170
|
171
|
android:layout_marginLeft="16dp"
|
|
171
|
172
|
android:background="@color/ui_line"
|
|
172
|
|
android:visibility="visible" />
|
|
|
173
|
android:visibility="gone" />
|
|
173
|
174
|
|
|
174
|
175
|
<RelativeLayout
|
|
175
|
176
|
android:id="@+id/go_certificate"
|
|
176
|
177
|
android:layout_width="fill_parent"
|
|
177
|
178
|
android:layout_height="45dp"
|
|
178
|
|
android:background="@color/white"
|
|
179
|
179
|
android:visibility="visible">
|
|
180
|
180
|
|
|
181
|
181
|
<TextView
|
|
|
@ -185,8 +185,8 @@
|
|
185
|
185
|
android:gravity="center"
|
|
186
|
186
|
android:paddingLeft="15dp"
|
|
187
|
187
|
android:text="去认证车主(获得充电优惠)"
|
|
188
|
|
android:textColor="@color/title_row"
|
|
189
|
|
android:textSize="15sp" />
|
|
|
188
|
android:textColor="@color/color_f9f9f9"
|
|
|
189
|
android:textSize="14dp" />
|
|
190
|
190
|
|
|
191
|
191
|
<TextView
|
|
192
|
192
|
android:id="@+id/go_desc"
|
|
|
@ -216,6 +216,62 @@
|
|
216
|
216
|
android:src="@drawable/icon_more2_0" />
|
|
217
|
217
|
|
|
218
|
218
|
</RelativeLayout>
|
|
|
219
|
<RelativeLayout
|
|
|
220
|
android:id="@+id/carIntentModel"
|
|
|
221
|
android:layout_width="fill_parent"
|
|
|
222
|
android:layout_height="45dp"
|
|
|
223
|
android:visibility="visible">
|
|
|
224
|
|
|
|
225
|
<TextView
|
|
|
226
|
android:gravity="center"
|
|
|
227
|
android:paddingLeft="15dp"
|
|
|
228
|
android:layout_width="wrap_content"
|
|
|
229
|
android:layout_height="match_parent"
|
|
|
230
|
android:text="意向车型"
|
|
|
231
|
android:textColor="@color/color_f9f9f9"
|
|
|
232
|
android:textSize="14sp"
|
|
|
233
|
/>
|
|
|
234
|
|
|
|
235
|
<TextView
|
|
|
236
|
android:layout_width="wrap_content"
|
|
|
237
|
android:layout_height="45dp"
|
|
|
238
|
android:layout_alignParentTop="true"
|
|
|
239
|
android:layout_alignParentEnd="true"
|
|
|
240
|
android:layout_alignParentRight="true"
|
|
|
241
|
android:layout_marginRight="15dp"
|
|
|
242
|
android:background="@color/white"
|
|
|
243
|
android:gravity="center|right"
|
|
|
244
|
android:singleLine="true"
|
|
|
245
|
android:textColor="@color/ui_62"
|
|
|
246
|
android:textColorHint="@color/ui_68"
|
|
|
247
|
android:textSize="15sp"
|
|
|
248
|
tools:text="审核中" />
|
|
|
249
|
<TextView
|
|
|
250
|
android:id="@+id/carModel"
|
|
|
251
|
android:layout_marginEnd="15dp"
|
|
|
252
|
android:layout_width="wrap_content"
|
|
|
253
|
android:layout_height="match_parent"
|
|
|
254
|
android:text="首次选择意向车型(得充电余额)"
|
|
|
255
|
android:textColor="#ff0e0e0e"
|
|
|
256
|
android:textSize="14sp"
|
|
|
257
|
android:layout_alignParentRight="true"
|
|
|
258
|
android:layout_marginRight="15dp"
|
|
|
259
|
android:background="@color/white"
|
|
|
260
|
android:gravity="center|right"
|
|
|
261
|
android:singleLine="true"
|
|
|
262
|
android:textColorHint="@color/ui_68"
|
|
|
263
|
tools:text="审核中" />
|
|
|
264
|
|
|
|
265
|
<ImageView
|
|
|
266
|
android:layout_width="wrap_content"
|
|
|
267
|
android:layout_height="match_parent"
|
|
|
268
|
android:layout_alignParentEnd="true"
|
|
|
269
|
android:layout_alignParentRight="true"
|
|
|
270
|
android:layout_centerVertical="true"
|
|
|
271
|
android:layout_marginRight="15dp"
|
|
|
272
|
android:src="@drawable/icon_more2_0" />
|
|
|
273
|
|
|
|
274
|
</RelativeLayout>
|
|
219
|
275
|
|
|
220
|
276
|
<RelativeLayout
|
|
221
|
277
|
android:id="@+id/rl_select_car"
|
|
|
@ -298,6 +354,7 @@
|
|
298
|
354
|
</com.zhy.autolayout.AutoRelativeLayout>
|
|
299
|
355
|
|
|
300
|
356
|
<View
|
|
|
357
|
android:visibility="gone"
|
|
301
|
358
|
android:layout_width="match_parent"
|
|
302
|
359
|
android:layout_height="0.5dp"
|
|
303
|
360
|
android:background="@color/ui_line" />
|
|
|
@ -228,6 +228,7 @@
|
|
228
|
228
|
</LinearLayout>
|
|
229
|
229
|
|
|
230
|
230
|
<LinearLayout
|
|
|
231
|
android:id="@+id/carIntentModel"
|
|
231
|
232
|
android:layout_width="match_parent"
|
|
232
|
233
|
android:layout_height="45dp">
|
|
233
|
234
|
<TextView
|
|
|
@ -244,6 +245,7 @@
|
|
244
|
245
|
android:layout_width="0dp"
|
|
245
|
246
|
android:layout_height="match_parent"/>
|
|
246
|
247
|
<TextView
|
|
|
248
|
android:id="@+id/carModel"
|
|
247
|
249
|
android:gravity="center"
|
|
248
|
250
|
android:layout_width="wrap_content"
|
|
249
|
251
|
android:layout_height="match_parent"
|
|
|
@ -24,10 +24,20 @@
|
|
24
|
24
|
android:layout_height="wrap_content"/>
|
|
25
|
25
|
<ImageView
|
|
26
|
26
|
android:id="@+id/logoDialog"
|
|
27
|
|
android:layout_marginTop="15dp"
|
|
28
|
27
|
app:layout_constraintTop_toTopOf="parent"
|
|
29
|
28
|
app:layout_constraintEnd_toEndOf="parent"
|
|
30
|
29
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
30
|
app:layout_constraintBottom_toTopOf="@+id/contentImg"
|
|
|
31
|
tools:src="@drawable/bg_not_login_dialog"
|
|
|
32
|
android:layout_width="wrap_content"
|
|
|
33
|
android:layout_height="wrap_content"/>
|
|
|
34
|
<ImageView
|
|
|
35
|
|
|
|
36
|
android:id="@+id/contentImg"
|
|
|
37
|
app:layout_constraintBottom_toTopOf="@+id/content"
|
|
|
38
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
39
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
40
|
app:layout_constraintTop_toBottomOf="@id/logoDialog"
|
|
31
|
41
|
tools:src="@drawable/bg_not_login_dialog"
|
|
32
|
42
|
android:layout_width="wrap_content"
|
|
33
|
43
|
android:layout_height="wrap_content"/>
|
|
|
@ -37,16 +47,16 @@
|
|
37
|
47
|
android:layout_marginEnd="16dp"
|
|
38
|
48
|
android:layout_marginStart="16dp"
|
|
39
|
49
|
android:lineSpacingExtra="2dp"
|
|
40
|
|
android:layout_marginTop="15dp"
|
|
41
|
50
|
android:id="@+id/content"
|
|
42
|
51
|
android:layout_width="match_parent"
|
|
43
|
52
|
android:layout_height="wrap_content"
|
|
44
|
53
|
tools:text="我知道你关注我很久了快来注册登录吧\n登录后可以在部分充电桩扫码充电认证车主还有充电优惠"
|
|
45
|
54
|
android:textColor="#ff0e0e0e"
|
|
46
|
55
|
android:textSize="14sp"
|
|
|
56
|
app:layout_constraintBottom_toTopOf="@+id/neglect"
|
|
47
|
57
|
app:layout_constraintEnd_toEndOf="parent"
|
|
48
|
58
|
app:layout_constraintStart_toStartOf="parent"
|
|
49
|
|
app:layout_constraintTop_toBottomOf="@id/logoDialog" />
|
|
|
59
|
app:layout_constraintTop_toBottomOf="@id/contentImg" />
|
|
50
|
60
|
|
|
51
|
61
|
<ImageView
|
|
52
|
62
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
@ -191,6 +191,7 @@
|
|
191
|
191
|
<color name="color_0e0e0e">#0E0E0E</color>
|
|
192
|
192
|
<color name="color_c4c7d2">#C4C7D2</color>
|
|
193
|
193
|
<color name="color_f9f9f9">#ff9b9b9b</color>
|
|
|
194
|
<color name="color_f9f9fb">#F9F9FB</color>
|
|
194
|
195
|
<color name="color_ffe32727">#ffe32727</color>
|
|
195
|
196
|
<color name="color_f6f6f6">#F6F6F6</color>
|
|
196
|
197
|
<color name="sv_black">#FF000000</color>
|