From 22d8ea60cb153ea3f02f9835f31245b567f67580 Mon Sep 17 00:00:00 2001 From: renwj Date: Thu, 17 Feb 2022 14:13:55 +0800 Subject: [PATCH] =?UTF-8?q?[SpeedLimitView]=E8=B0=83=E6=95=B4=E9=99=90?= =?UTF-8?q?=E9=80=9F=E6=8E=A7=E4=BB=B6=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/fragment_hmi.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/fragment_hmi.xml b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/fragment_hmi.xml index 38032c1436..ddc8434d76 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/res/layout/fragment_hmi.xml +++ b/core/function-impl/mogo-core-function-hmi/src/main/res/layout/fragment_hmi.xml @@ -58,12 +58,12 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="40px" - android:layout_marginRight="40px" + android:layout_marginEnd="40px" android:elevation="@dimen/dp_10" android:visibility="gone" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" - tools:visibility="visible" /> + tools:visibility="gone" /> @@ -129,7 +129,7 @@ android:layout_width="130px" android:layout_height="130px" android:layout_marginTop="38px" - android:layout_marginEnd="30px" + android:layout_marginEnd="40px" android:background="@drawable/icon_camera_nor" app:layout_constraintEnd_toStartOf="@id/viewTrafficLightVr" app:layout_constraintTop_toTopOf="parent" @@ -145,10 +145,11 @@ android:gravity="center" android:text="60" android:textColor="#FFFFFF" - android:textSize="74px" + android:textSize="70px" android:visibility="gone" - app:layout_constraintEnd_toEndOf="@+id/viewTrafficLightVr" + app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toBottomOf="@+id/ivCameraIcon" + android:layout_marginEnd="40px" app:layout_goneMarginEnd="40px" app:layout_goneMarginTop="40px" tools:visibility="visible" />