[3.4.0]调整Taxi乘客屏红绿灯

This commit is contained in:
xuxinchao
2023-07-20 18:03:50 +08:00
parent 6116c12266
commit 12f4e54835
4 changed files with 34 additions and 3 deletions

View File

@@ -85,11 +85,13 @@
android:id="@+id/traffic_light_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_100"
android:layout_marginTop="@dimen/dp_83"
android:layout_marginRight="@dimen/taxi_p_traffic_light_layout_margin_right"
android:visibility="gone"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"
app:traffic_light_user="taxi_p"
/>
<!--转向灯-->
<com.mogo.eagle.core.function.hmi.ui.vehicle.TurnLightViewStatus