From fd0df21b3d7703b9b28bdf4ec624a1eaebee8d37 Mon Sep 17 00:00:00 2001 From: xuxinchao Date: Fri, 2 Dec 2022 12:40:35 +0800 Subject: [PATCH] =?UTF-8?q?[2.13.0]=E6=B6=88=E6=81=AF=E7=9B=92=E5=AD=90?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=85=A5=E5=8F=A3=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, 7 insertions(+), 4 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 c64df3ff3c..c39b378c34 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 @@ -187,9 +187,10 @@ android:id="@+id/cbMsgBoxDriver" android:layout_width="150dp" android:layout_height="150dp" - app:layout_constraintTop_toTopOf="@id/viewLimitingVelocity" - app:layout_constraintBottom_toBottomOf="@id/viewLimitingVelocity" + app:layout_constraintTop_toBottomOf="@+id/ivCameraIcon" app:layout_constraintRight_toLeftOf="@id/viewLimitingVelocity" + android:layout_marginEnd="25dp" + android:layout_marginTop="15dp" android:button="@null" android:background="@drawable/selector_msg_box" android:visibility="gone" @@ -226,7 +227,8 @@ android:layout_width="864px" android:layout_height="746px" app:layout_constraintTop_toBottomOf="@id/cbMsgBoxDriver" - app:layout_constraintRight_toRightOf="@id/viewLimitingVelocity" + app:layout_constraintRight_toRightOf="parent" + android:layout_marginEnd="40dp" android:visibility="gone" /> @@ -235,7 +237,8 @@ android:layout_width="864px" android:layout_height="wrap_content" app:layout_constraintTop_toBottomOf="@id/cbMsgBoxDriver" - app:layout_constraintRight_toRightOf="@id/viewLimitingVelocity" + app:layout_constraintRight_toRightOf="parent" + android:layout_marginEnd="40dp" android:visibility="gone" />