[6.5.0]调整红绿灯距离顶部高度

This commit is contained in:
xuxinchao
2024-07-10 15:17:33 +08:00
parent 1233236c14
commit f33df5004c
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:layout_marginTop="@dimen/dp_165"
android:layout_marginTop="@dimen/dp_150"
android:visibility="gone"
app:fusionLightUser="passenger"
/>

View File

@@ -91,7 +91,7 @@
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:layout_marginTop="@dimen/dp_165"
android:layout_marginTop="@dimen/dp_150"
android:visibility="gone"
app:fusionLightUser="passenger"
/>