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 599d5fc18c..0759c0cf14 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 @@ -37,10 +37,11 @@ android:id="@+id/flVipIdentificationView" android:layout_width="@dimen/module_vip_width" android:layout_height="@dimen/module_vip_height" - android:layout_marginLeft="@dimen/module_vip_margin_left" + android:layout_marginStart="@dimen/module_vip_margin_left" + android:layout_marginTop="@dimen/module_vip_margin_top" android:visibility="gone" - app:layout_constraintLeft_toRightOf="@+id/viewSpeedChart" - app:layout_constraintTop_toTopOf="@+id/viewSpeedChart" /> + app:layout_constraintLeft_toLeftOf="parent" + app:layout_constraintTop_toTopOf="parent" /> 104px 104px - 40px + 380px + 40px 30px 130px diff --git a/core/mogo-core-res/src/main/res/values/dimens.xml b/core/mogo-core-res/src/main/res/values/dimens.xml index ea0737eca0..9ed1ff483c 100644 --- a/core/mogo-core-res/src/main/res/values/dimens.xml +++ b/core/mogo-core-res/src/main/res/values/dimens.xml @@ -11,7 +11,8 @@ 104px 104px - 40px + 380px + 40px 20px 110px