[6.1.0] 无人化页面增加平行驾驶请求按钮

This commit is contained in:
wangmingjun
2023-09-14 19:17:35 +08:00
parent 93909f4124
commit 6116bf4303

View File

@@ -184,6 +184,13 @@
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/viewDriverMsgBoxButton" />
<com.mogo.eagle.core.function.hmi.ui.widget.ParallelDriveView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintRight_toLeftOf="@+id/viewTrafficLightVr"
app:layout_goneMarginRight="@dimen/dp_40"/>
<!--红绿灯-->
<com.mogo.eagle.core.function.hmi.ui.widget.SingleTrafficLightView
android:id="@+id/viewTrafficLightVr"