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"/>