[fix]
[高度修改]
This commit is contained in:
yangyakun
2024-11-13 11:21:58 +08:00
committed by donghongyu-pc
parent a8259b7510
commit 4fccb7743c
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<com.mogo.eagle.core.function.hmi.map.MapContainerLayout
android:id="@+id/mapContainerLayout"
android:layout_width="1860dp"
android:layout_height="1533dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/dp_66"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />

View File

@@ -7,7 +7,7 @@
<com.mogo.eagle.core.function.hmi.map.MapContainerLayout
android:id="@+id/mapContainerLayout"
android:layout_width="1860dp"
android:layout_height="1533dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/dp_76"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />

View File

@@ -8,7 +8,7 @@
<com.mogo.eagle.core.function.hmi.map.MapContainerLayout
android:id="@+id/unmannedMapCL"
android:layout_width="1860dp"
android:layout_height="1533dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/dp_76"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />