[显示连接过程及系统冷启动结果View]
This commit is contained in:
yangyakun
2024-06-05 19:16:48 +08:00
parent b0104ed310
commit 21eedafbf8
12 changed files with 108 additions and 0 deletions

View File

@@ -351,4 +351,13 @@
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<com.mogo.eagle.core.function.hmi.ui.widget.ConnectionProcessView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/dp_58"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>