[红绿灯修改]
This commit is contained in:
yangyakun
2026-03-20 14:59:48 +08:00
parent 643e5ac1fe
commit ffd21caaed

View File

@@ -8,16 +8,16 @@
tools:ignore="MissingDefaultResource">
<com.mogo.eagle.core.function.hmi.ui.widget.TrafficLightView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_40"
android:focusable="false"
android:visibility="gone"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:lightUser="driver" />
<!-- <com.mogo.eagle.core.function.hmi.ui.widget.TrafficLightView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginTop="@dimen/dp_40"-->
<!-- android:focusable="false"-->
<!-- android:visibility="gone"-->
<!-- app:layout_constraintLeft_toLeftOf="parent"-->
<!-- app:layout_constraintRight_toRightOf="parent"-->
<!-- app:layout_constraintTop_toTopOf="parent"-->
<!-- app:lightUser="driver" />-->
<!--红绿灯提醒-->
<com.mogo.eagle.core.function.hmi.ui.notice.traffic.TrafficLightPromptView