1、找回融合红绿灯事件
This commit is contained in:
xyz
2024-12-20 10:14:28 +08:00
parent ae17dec5c4
commit 70cb6b528e

View File

@@ -157,28 +157,28 @@
<!-- app:layout_constraintRight_toRightOf="parent"-->
<!-- android:visibility="gone"/>-->
<!-- &lt;!&ndash;红绿灯提醒&ndash;&gt;-->
<!-- <com.mogo.eagle.core.function.hmi.ui.notice.traffic.TrafficLightPromptView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginBottom="@dimen/dp_m_70"-->
<!-- app:layout_constraintBottom_toTopOf="@id/zv_msg_pop_bottom"-->
<!-- app:layout_constraintEnd_toEndOf="parent"-->
<!-- app:promptUser="passenger_bus"-->
<!-- android:visibility="gone"-->
<!-- />-->
<!--红绿灯提醒-->
<com.mogo.eagle.core.function.hmi.ui.notice.traffic.TrafficLightPromptView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/dp_m_70"
app:layout_constraintBottom_toTopOf="@id/zv_msg_pop_bottom"
app:layout_constraintEnd_toEndOf="parent"
app:promptUser="passenger_bus"
android:visibility="gone"
/>
<!-- &lt;!&ndash;融合红绿灯&ndash;&gt;-->
<!-- <com.mogo.eagle.core.function.hmi.ui.widget.FusionTrafficLightView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- app:layout_constraintLeft_toLeftOf="parent"-->
<!-- app:layout_constraintRight_toRightOf="parent"-->
<!-- app:layout_constraintTop_toBottomOf="@id/och_shadow_layout"-->
<!-- android:layout_marginTop="@dimen/dp_30"-->
<!-- app:fusionLightUser="passenger_bus"-->
<!-- android:visibility="gone"-->
<!-- />-->
<!--融合红绿灯-->
<com.mogo.eagle.core.function.hmi.ui.widget.FusionTrafficLightView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/och_shadow_layout"
android:layout_marginTop="@dimen/dp_30"
app:fusionLightUser="passenger_bus"
android:visibility="gone"
/>
<TextView
android:id="@+id/tv_shuttle_b2_p_version"