[6.7.0][数据上车] feat: 调整司机端通用事件弹框样式 & 替换各场景icon ;

feat: 接驳/公交 司机端增加通用事件弹框view ;
This commit is contained in:
aibingbing
2024-09-24 18:42:36 +08:00
parent d08f1fcd60
commit f7d14e5ca6
13 changed files with 58 additions and 23 deletions

View File

@@ -104,6 +104,17 @@
android:visibility="invisible"
app:layout_constraintTop_toBottomOf="@+id/viewLimitingVelocity"/>
<!-- 事件弹框 -->
<com.mogo.eagle.core.function.hmi.ui.v2n.RoadV2NEventWindowView
android:id="@+id/roadV2NEventWindowView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="@dimen/dp_23"
android:layout_marginTop="@dimen/dp_39"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:visibility="gone"/>
<!--红绿灯-->
<com.mogo.eagle.core.function.hmi.ui.widget.SingleTrafficLightView
android:id="@+id/viewTrafficLightVr"