[8.2.6][] 平行驾驶介入及退出提醒以及提醒控制开关

This commit is contained in:
xinfengkun
2025-10-30 15:04:38 +08:00
parent 87fc8dbaf2
commit 2dbf9205e7
26 changed files with 492 additions and 4 deletions

View File

@@ -30,6 +30,16 @@
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<com.mogo.och.common.module.wigets.remote.EnterExitRemoteDriverView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/dp_72"
android:elevation="100dp"
android:visibility="gone"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<com.mogo.och.common.module.wigets.LoadingMapStatusView
android:layout_width="match_parent"
android:layout_height="match_parent" />