[6.9.0_c3]清扫车增加高精地图Loading控件

This commit is contained in:
xuxinchao
2025-04-18 14:11:25 +08:00
parent 0acd05999b
commit b3b2c89367
3 changed files with 15 additions and 3 deletions

View File

@@ -257,4 +257,9 @@
android:visibility="gone"
app:constraint_referenced_ids="btnOpenDebugView,btnCloseDebugView"
tools:visibility="visible" />
<com.mogo.och.common.module.wigets.LoadingMapStatusView
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -218,4 +218,9 @@
android:visibility="gone"
app:constraint_referenced_ids="btnOpenDebugView,btnCloseDebugView"
tools:visibility="visible" />
<com.mogo.och.common.module.wigets.LoadingMapStatusView
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</androidx.constraintlayout.widget.ConstraintLayout>