From aa1583a6ea6f90563acd1d3b7cdae84e69c7a527 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Tue, 17 Jun 2025 14:55:52 +0800 Subject: [PATCH] =?UTF-8?q?[8.1.0]=E7=BB=9F=E4=B8=80=E7=BA=A2=E7=BB=BF?= =?UTF-8?q?=E7=81=AFUI=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unmanned-passenger/src/main/res/layout/taxi_p_home.xml | 6 +++--- .../main/res/layout/hmi_view_traffic_light_passenger.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/OCH/taxi/unmanned-passenger/src/main/res/layout/taxi_p_home.xml b/OCH/taxi/unmanned-passenger/src/main/res/layout/taxi_p_home.xml index 840733179f..ca7b9f7dd7 100644 --- a/OCH/taxi/unmanned-passenger/src/main/res/layout/taxi_p_home.xml +++ b/OCH/taxi/unmanned-passenger/src/main/res/layout/taxi_p_home.xml @@ -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" /> diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_view_traffic_light_passenger.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_view_traffic_light_passenger.xml index 82c03a1cbf..faaaf490b5 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_view_traffic_light_passenger.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/hmi_view_traffic_light_passenger.xml @@ -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" />