From 1aee07650f3126b392bc272be9b06352b2b576c5 Mon Sep 17 00:00:00 2001 From: chenfufeng Date: Fri, 29 Aug 2025 16:20:12 +0800 Subject: [PATCH] =?UTF-8?q?[8.2.0][opt]=E9=BB=98=E8=AE=A4=E9=9A=90?= =?UTF-8?q?=E8=97=8FMogoMind?= 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 | 3 ++- .../main/res/xml/operate_panel_preference_details_business.xml | 2 +- 2 files changed, 3 insertions(+), 2 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 74e325ec9e..d2303f9bd3 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 @@ -11,7 +11,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical" - app:layout_constraintGuide_percent="0.666" /> + app:layout_constraintGuide_percent="1" /> diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/xml/operate_panel_preference_details_business.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/xml/operate_panel_preference_details_business.xml index c05b802bd7..711d4a6a32 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/xml/operate_panel_preference_details_business.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/xml/operate_panel_preference_details_business.xml @@ -63,7 +63,7 @@ android:layout="@layout/layout_operate_panel_preference_switch_compat" android:title="MogoMind开关" android:persistent="false" - android:enabled="true" + android:enabled="false" android:widgetLayout="@layout/layout_operate_panel_preference_widget_switch_compat" /> \ No newline at end of file