[3.2.0] 调整包车司机端增加魔方功能层级

This commit is contained in:
wangmingjun
2023-04-23 19:32:14 +08:00
parent cb01a2bfba
commit 3a68e1736c

View File

@@ -11,6 +11,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<com.mogo.och.common.module.wigets.DriverMoFangFunctionView
android:layout_width="1012dp"
android:layout_height="@dimen/dp_278"
android:layout_marginTop="@dimen/dp_32"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
<com.mogo.eagle.core.function.hmi.ui.setting.ToggleDebugViewTrigger
android:layout_width="@dimen/dp_400"
android:layout_height="@dimen/dp_100"
@@ -395,12 +403,4 @@
app:textSize="@dimen/module_mogo_och_slide_panel_textSize"
tools:visibility="visible" />
<com.mogo.och.common.module.wigets.DriverMoFangFunctionView
android:layout_width="1012dp"
android:layout_height="@dimen/dp_278"
android:layout_marginTop="@dimen/dp_32"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
</androidx.constraintlayout.widget.ConstraintLayout>