[6.2.6]
[taxt_p] [小智v2x、漫游距离、转向灯、红绿灯背景统一]
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="@dimen/dp_60"/>
|
||||
<solid android:color="@color/taxi_p_E6E5F0FF"/>
|
||||
<solid android:color="@color/taxi_p_80E5F0FF"/>
|
||||
</shape>
|
||||
@@ -53,6 +53,7 @@
|
||||
|
||||
<color name="taxi_p_333333">#333333</color>
|
||||
<color name="taxi_p_373B46">#373B46</color>
|
||||
<color name="taxi_p_80E5F0FF">#80E5F0FF</color>
|
||||
<color name="taxi_p_E6E5F0FF">#E6E5F0FF</color>
|
||||
<color name="taxi_p_4D7985A7">#4D7985A7</color>
|
||||
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="@dimen/dp_60"/>
|
||||
<solid android:color="@color/taxi_p_E6E5F0FF"/>
|
||||
<solid android:color="@color/taxi_p_80E5F0FF"/>
|
||||
</shape>
|
||||
@@ -61,6 +61,7 @@
|
||||
<color name="taxi_p_58C9FF">#58C9FF</color>
|
||||
<color name="taxi_p_477CFC">#477CFC</color>
|
||||
<color name="taxi_p_A0B3DA">#A0B3DA</color>
|
||||
<color name="taxi_p_80E5F0FF">#80E5F0FF</color>
|
||||
<color name="taxi_p_E6E5F0FF">#E6E5F0FF</color>
|
||||
<color name="taxi_p_4D7985A7">#4D7985A7</color>
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="#E6E5F0FF"/>
|
||||
<solid android:color="#80E5F0FF"/>
|
||||
<corners android:radius="@dimen/hmi_traffic_light_layout_corner"/>
|
||||
</shape>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#E6E5F0FF" />
|
||||
<solid android:color="#80E5F0FF" />
|
||||
<corners android:radius="@dimen/turnlight_bg_corner" />
|
||||
</shape>
|
||||
@@ -4,7 +4,7 @@
|
||||
android:layout_width="@dimen/dp_600"
|
||||
android:layout_height="@dimen/dp_138"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:background="#FFCEDCF7"
|
||||
android:background="#8CF5FAFF"
|
||||
app:roundLayoutRadius="24dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
|
||||
Reference in New Issue
Block a user