改版小地图 实现 方式

This commit is contained in:
董宏宇
2021-05-10 12:05:39 +08:00
parent 7a5bc651ad
commit 39d9878d30
6 changed files with 40 additions and 0 deletions

View File

@@ -141,6 +141,12 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<!--小地图视图-->
<FrameLayout
android:id="@+id/module_main_id_smp_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<!--冷启动过渡Logo-->
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/module_main_id_cover_up"