[6.8.2]
1、找回融合红绿灯事件
This commit is contained in:
@@ -157,28 +157,28 @@
|
||||
<!-- app:layout_constraintRight_toRightOf="parent"-->
|
||||
<!-- 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"-->
|
||||
<!-- />-->
|
||||
<!--红绿灯提醒-->
|
||||
<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.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"
|
||||
|
||||
Reference in New Issue
Block a user