From d83d08f5745bc008472fc5276cf09fd4754b6051 Mon Sep 17 00:00:00 2001 From: xinfengkun Date: Wed, 10 Sep 2025 17:54:57 +0800 Subject: [PATCH] =?UTF-8?q?[8.2.4][=E8=BF=90=E8=90=A5=E9=9D=A2=E6=9D=BF]?= =?UTF-8?q?=20=E8=BD=A6=E8=BE=86=E7=9B=B8=E5=85=B3->=E8=9E=8D=E5=90=88?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=BC=98=E5=8C=96=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=A0=87=E9=A2=98=20=E9=80=89=E9=A1=B9=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E4=BA=8C=E7=BA=A7=E8=8F=9C=E5=8D=95=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...out_operate_panel_preference_checkbox_compat.xml | 2 +- ...rate_panel_preference_primary_category_title.xml | 13 +++++++++++++ .../operate_panel_preference_details_vehicles.xml | 3 +++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 core/function-impl/mogo-core-function-hmi/src/main/res/layout/layout_operate_panel_preference_primary_category_title.xml diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/layout_operate_panel_preference_checkbox_compat.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/layout_operate_panel_preference_checkbox_compat.xml index ff6172eb3b..1e8a4043f0 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/layout_operate_panel_preference_checkbox_compat.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/layout_operate_panel_preference_checkbox_compat.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingStart="@dimen/dp_30" + android:paddingStart="@dimen/dp_60" android:paddingEnd="@dimen/dp_30" android:background="@android:color/transparent" android:orientation="horizontal" diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/layout_operate_panel_preference_primary_category_title.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/layout_operate_panel_preference_primary_category_title.xml new file mode 100644 index 0000000000..562a4cdeed --- /dev/null +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/layout_operate_panel_preference_primary_category_title.xml @@ -0,0 +1,13 @@ + + diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/xml/operate_panel_preference_details_vehicles.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/xml/operate_panel_preference_details_vehicles.xml index e5ef1cdb9e..17deae9da6 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/xml/operate_panel_preference_details_vehicles.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/xml/operate_panel_preference_details_vehicles.xml @@ -45,6 +45,9 @@ android:title="考试功能面板" android:persistent="false" android:widgetLayout="@layout/layout_operate_panel_preference_widget_switch_compat" /> +