[6.10.0]包车模式增加数据落盘

This commit is contained in:
xuxinchao
2025-02-26 18:21:54 +08:00
parent 420ef6e9aa
commit 229b4e82de

View File

@@ -309,5 +309,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<!--数据落盘-->
<com.mogo.eagle.core.function.hmi.ui.diskcopy.DiskCopyView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_180"
android:layout_marginEnd="@dimen/dp_23"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:visibility="gone"
/>
</androidx.constraintlayout.widget.ConstraintLayout>