android:layout_width="match_parent"
|
|
|
98
|
android:layout_height="wrap_content"
|
|
|
99
|
android:text="电流(安)"
|
|
|
100
|
android:textColor="@color/color_0e0e0e"
|
|
|
101
|
android:textSize="12sp" />
|
|
|
102
|
|
|
|
103
|
</LinearLayout>
|
|
88
|
104
|
|
|
89
|
105
|
</RelativeLayout>
|
|
90
|
106
|
|
|
91
|
|
<View
|
|
92
|
|
android:layout_width="0.5dp"
|
|
93
|
|
android:layout_height="match_parent"
|
|
94
|
|
android:background="@color/ui_6d" />
|
|
95
|
107
|
|
|
96
|
108
|
<RelativeLayout
|
|
|
109
|
android:background="@drawable/bg_f9f9fb_radius14"
|
|
|
110
|
android:layout_marginEnd="10dp"
|
|
|
111
|
android:layout_marginStart="10dp"
|
|
97
|
112
|
android:layout_width="0dp"
|
|
98
|
113
|
android:layout_height="match_parent"
|
|
99
|
114
|
android:layout_weight="1">
|
|
100
|
|
|
|
101
|
|
<TextView
|
|
|
115
|
<ImageView
|
|
|
116
|
android:id="@+id/imgV"
|
|
|
117
|
android:gravity="center_vertical"
|
|
|
118
|
android:layout_marginStart="10dp"
|
|
|
119
|
android:layout_centerVertical="true"
|
|
|
120
|
android:src="@drawable/ic_dianya"
|
|
102
|
121
|
android:layout_width="wrap_content"
|
|
103
|
|
android:layout_height="wrap_content"
|
|
104
|
|
android:layout_alignParentTop="true"
|
|
105
|
|
android:layout_centerHorizontal="true"
|
|
106
|
|
android:text="电压(伏)"
|
|
107
|
|
android:textColor="@color/ui_68"
|
|
108
|
|
android:textSize="12sp" />
|
|
|
122
|
android:layout_height="wrap_content"/>
|
|
109
|
123
|
|
|
110
|
|
<TextView
|
|
111
|
|
android:id="@+id/tv_dianya"
|
|
|
124
|
<LinearLayout
|
|
|
125
|
android:layout_centerInParent="true"
|
|
|
126
|
android:layout_alignParentEnd="true"
|
|
|
127
|
android:layout_toEndOf="@+id/imgV"
|
|
|
128
|
android:orientation="vertical"
|
|
112
|
129
|
android:layout_width="wrap_content"
|
|
113
|
|
android:layout_height="wrap_content"
|
|
114
|
|
android:layout_alignParentBottom="true"
|
|
115
|
|
android:layout_centerHorizontal="true"
|
|
116
|
|
android:text="--"
|
|
117
|
|
android:textColor="@color/ui_65"
|
|
118
|
|
android:textSize="17sp" />
|
|
|
130
|
android:layout_height="wrap_content">
|
|
|
131
|
|
|
|
132
|
|
|
|
133
|
<TextView
|
|
|
134
|
android:gravity="center"
|
|
|
135
|
android:id="@+id/tv_dianya"
|
|
|
136
|
android:layout_width="match_parent"
|
|
|
137
|
android:layout_height="wrap_content"
|
|
|
138
|
android:text="--"
|
|
|
139
|
android:textStyle="bold"
|
|
|
140
|
android:textColor="@color/color_0e0e0e"
|
|
|
141
|
android:textSize="18sp" />
|
|
|
142
|
<TextView
|
|
|
143
|
android:layout_marginTop="8dp"
|
|
|
144
|
android:gravity="center"
|
|
|
145
|
android:layout_width="match_parent"
|
|
|
146
|
android:layout_height="wrap_content"
|
|
|
147
|
android:text="电压(伏)"
|
|
|
148
|
android:textColor="@color/color_0e0e0e"
|
|
|
149
|
android:textSize="12sp" />
|
|
|
150
|
|
|
|
151
|
</LinearLayout>
|
|
119
|
152
|
|
|
120
|
153
|
</RelativeLayout>
|
|
121
|
154
|
|
|
122
|
|
<View
|
|
123
|
|
android:layout_width="0.5dp"
|
|
124
|
|
android:layout_height="match_parent"
|
|
125
|
|
android:background="@color/ui_6d" />
|
|
126
|
155
|
|
|
127
|
156
|
<RelativeLayout
|
|
|
157
|
android:background="@drawable/bg_f9f9fb_radius14"
|
|
128
|
158
|
android:layout_width="0dp"
|
|
129
|
159
|
android:layout_height="match_parent"
|
|
130
|
160
|
android:layout_weight="1">
|
|
131
|
|
|
|
132
|
|
<TextView
|
|
|
161
|
<ImageView
|
|
|
162
|
android:id="@+id/imgProgrees"
|
|
|
163
|
android:gravity="center_vertical"
|
|
|
164
|
android:layout_marginStart="10dp"
|
|
|
165
|
android:layout_centerVertical="true"
|
|
|
166
|
android:src="@drawable/ic_jindu"
|
|
133
|
167
|
android:layout_width="wrap_content"
|
|
134
|
|
android:layout_height="wrap_content"
|
|
135
|
|
android:layout_alignParentTop="true"
|
|
136
|
|
android:layout_centerHorizontal="true"
|
|
137
|
|
android:text="充电进程"
|
|
138
|
|
android:textColor="@color/ui_68"
|
|
139
|
|
android:textSize="12sp" />
|
|
|
168
|
android:layout_height="wrap_content"/>
|
|
140
|
169
|
|
|
141
|
|
<TextView
|
|
142
|
|
android:id="@+id/tv_jindu"
|
|
|
170
|
<LinearLayout
|
|
|
171
|
android:layout_centerInParent="true"
|
|
|
172
|
android:orientation="vertical"
|
|
|
173
|
android:layout_alignParentEnd="true"
|
|
|
174
|
android:layout_toEndOf="@+id/imgProgrees"
|
|
143
|
175
|
android:layout_width="wrap_content"
|
|
144
|
|
android:layout_height="wrap_content"
|
|
145
|
|
android:layout_alignParentBottom="true"
|
|
146
|
|
android:layout_centerHorizontal="true"
|
|
147
|
|
android:text="--"
|
|
148
|
|
android:textColor="@color/ui_65"
|
|
149
|
|
android:textSize="17sp" />
|
|
|
176
|
android:layout_height="wrap_content">
|
|
|
177
|
<TextView
|
|
|
178
|
android:textStyle="bold"
|
|
|
179
|
android:gravity="center"
|
|
|
180
|
android:id="@+id/tv_jindu"
|
|
|
181
|
android:layout_width="match_parent"
|
|
|
182
|
android:layout_height="wrap_content"
|
|
|
183
|
android:text="--"
|
|
|
184
|
android:textColor="@color/color_0e0e0e"
|
|
|
185
|
android:textSize="18sp" />
|
|
|
186
|
|
|
|
187
|
|
|
|
188
|
<TextView
|
|
|
189
|
android:layout_marginTop="8dp"
|
|
|
190
|
android:gravity="center"
|
|
|
191
|
android:layout_width="match_parent"
|
|
|
192
|
android:layout_height="wrap_content"
|
|
|
193
|
android:text="充电进程"
|
|
|
194
|
android:textColor="@color/color_0e0e0e"
|
|
|
195
|
android:textSize="12sp" />
|
|
|
196
|
|
|
|
197
|
</LinearLayout>
|
|
150
|
198
|
|
|
151
|
199
|
</RelativeLayout>
|
|
152
|
200
|
|
|
|
@ -298,6 +346,7 @@
|
|
298
|
346
|
android:layout_width="match_parent"
|
|
299
|
347
|
android:layout_height="match_parent">
|
|
300
|
348
|
<LinearLayout
|
|
|
349
|
tools:visibility="visible"
|
|
301
|
350
|
android:visibility="gone"
|
|
302
|
351
|
android:id="@+id/layoutCarCertificate"
|
|
303
|
352
|
android:background="@drawable/bg_f9f9fb_radius5"
|
|
|
@ -310,6 +359,7 @@
|
|
310
|
359
|
android:layout_width="wrap_content"
|
|
311
|
360
|
android:layout_height="wrap_content">
|
|
312
|
361
|
<TextView
|
|
|
362
|
android:id="@+id/certifiedCarOwner"
|
|
313
|
363
|
android:drawablePadding="12dp"
|
|
314
|
364
|
android:drawableLeft="@drawable/ic_certification"
|
|
315
|
365
|
android:layout_marginEnd="35dp"
|
|
|
@ -352,18 +402,18 @@
|
|
352
|
402
|
android:visibility="visible" />
|
|
353
|
403
|
|
|
354
|
404
|
<TextView
|
|
|
405
|
android:layout_centerHorizontal="true"
|
|
|
406
|
android:textStyle="bold"
|
|
355
|
407
|
android:id="@+id/tv_stop"
|
|
356
|
|
android:layout_width="match_parent"
|
|
357
|
|
android:layout_height="40dp"
|
|
|
408
|
android:layout_width="160dp"
|
|
|
409
|
android:layout_height="42dp"
|
|
358
|
410
|
android:layout_alignParentBottom="true"
|
|
359
|
|
android:layout_marginLeft="15dp"
|
|
360
|
|
android:layout_marginRight="15dp"
|
|
361
|
|
android:layout_marginBottom="15dp"
|
|
362
|
|
android:background="@drawable/bg_tv_stop_green"
|
|
|
411
|
android:layout_marginBottom="94dp"
|
|
|
412
|
android:background="@drawable/bg_3ec34c_radius10"
|
|
363
|
413
|
android:gravity="center"
|
|
364
|
414
|
android:text="结束充电"
|
|
365
|
|
android:textColor="@color/white"
|
|
366
|
|
android:textSize="16sp" />
|
|
|
415
|
android:textColor="@color/color_3ec34c"
|
|
|
416
|
android:textSize="18sp" />
|
|
367
|
417
|
</RelativeLayout>
|
|
368
|
418
|
|
|
369
|
419
|
</LinearLayout>
|
|
|
@ -196,6 +196,8 @@
|
|
196
|
196
|
<color name="color_f6f6f6">#F6F6F6</color>
|
|
197
|
197
|
<color name="sv_black">#FF000000</color>
|
|
198
|
198
|
<color name="sv_white">#FFFFFF</color>
|
|
|
199
|
<color name="color_3ec34c">#3EC34C</color>
|
|
|
200
|
<color name="color_f08f4b">#F08F4B</color>
|
|
199
|
201
|
|
|
200
|
202
|
|
|
201
|
203
|
|