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