[singapore]
[速度、转向、自己状态背景变化]
This commit is contained in:
yangyakun
2026-04-16 18:31:13 +08:00
parent b234343dab
commit 908959ec03
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/black" />
<corners android:radius="@dimen/dp_20" />
</shape>

View File

@@ -11,7 +11,7 @@
android:id="@+id/b4_aciv_right_bg"
android:layout_width="@dimen/dp_185"
android:layout_height="@dimen/dp_380"
android:src="@color/black"
android:src="@drawable/b4_car_info_bg"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"