[8.0.0]B2乘客端添加自车感知红绿灯

This commit is contained in:
xuxinchao
2025-04-30 17:44:26 +08:00
parent 5189e68eb1
commit b2bd10127a

View File

@@ -168,6 +168,17 @@
android:visibility="gone"
/>
<com.mogo.eagle.core.function.hmi.ui.widget.SingleTrafficLightView
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"
android:visibility="gone"
app:traffic_light_user="traffic_light_taxi_p"
/>
<!--融合红绿灯-->
<com.mogo.eagle.core.function.hmi.ui.widget.FusionTrafficLightView
android:layout_width="wrap_content"