[taxt_p]
[小智v2x、漫游距离、转向灯、红绿灯背景统一]
This commit is contained in:
yangyakun
2024-01-08 17:51:24 +08:00
parent cafe869936
commit 46ea2a4bfc
7 changed files with 7 additions and 5 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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"