[8.1.0]统一红绿灯UI调整

This commit is contained in:
xuxinchao
2025-06-17 14:55:52 +08:00
parent f1cb3b337f
commit aa1583a6ea
2 changed files with 5 additions and 5 deletions

View File

@@ -89,9 +89,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintEnd_toEndOf="parent"
android:layout_marginTop="@dimen/dp_26"
android:layout_marginEnd="@dimen/dp_21"
app:layout_constraintLeft_toLeftOf="parent"
android:layout_marginTop="@dimen/dp_30"
android:layout_marginStart="@dimen/dp_21"
android:visibility="gone"
app:lightUser="passenger"
/>

View File

@@ -11,8 +11,8 @@
android:layout_height="@dimen/dp_90"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
android:layout_marginStart="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_10"
android:layout_marginStart="@dimen/dp_16"
android:layout_marginTop="@dimen/dp_11"
android:contentDescription="@string/common_traffic_light_status"
/>