[红绿灯修改]
This commit is contained in:
yangyakun
2026-03-20 15:45:55 +08:00
parent ffd21caaed
commit 69fb8d8b52

View File

@@ -20,18 +20,18 @@
<!-- app:lightUser="driver" />-->
<!--红绿灯提醒-->
<com.mogo.eagle.core.function.hmi.ui.notice.traffic.TrafficLightPromptView
android:id="@+id/viewTrafficLightPrompt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_350"
android:layout_marginEnd="@dimen/dp_50"
android:focusable="false"
android:focusableInTouchMode="false"
android:visibility="gone"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:promptUser="driver" />
<!-- <com.mogo.eagle.core.function.hmi.ui.notice.traffic.TrafficLightPromptView-->
<!-- android:id="@+id/viewTrafficLightPrompt"-->
<!-- android:layout_width="wrap_content"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:layout_marginTop="@dimen/dp_350"-->
<!-- android:layout_marginEnd="@dimen/dp_50"-->
<!-- android:focusable="false"-->
<!-- android:focusableInTouchMode="false"-->
<!-- android:visibility="gone"-->
<!-- app:layout_constraintRight_toRightOf="parent"-->
<!-- app:layout_constraintTop_toTopOf="parent"-->
<!-- app:promptUser="driver" />-->
<!--pnc行为决策-->