From b0c7af6f45b531b12dd7cd6d223af3b61ecdebe7 Mon Sep 17 00:00:00 2001 From: renwj Date: Tue, 5 Jul 2022 10:34:51 +0800 Subject: [PATCH] =?UTF-8?q?[DebugView]=E7=BE=8E=E5=8C=96=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=85=A5=E5=8F=A3=E7=9B=B8=E5=85=B3UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/view_debug_setting.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml index e320246b31..0478f29693 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/view_debug_setting.xml @@ -1045,14 +1045,16 @@ app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" + android:background="@drawable/debug_setting_edit_bg" android:gravity="center_vertical"> @@ -1062,7 +1064,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="@dimen/dp_8" - android:layout_marginStart="20px" + android:layout_marginEnd="@dimen/dp_10" android:text="切换环境" android:textSize="@dimen/dp_24" android:textColor="#1A1A1A"/>