feat: 登录界面美化,图层控制功能添加

This commit is contained in:
2023-04-28 18:16:24 +08:00
parent 3eed9bad33
commit db9b248d92
29 changed files with 427 additions and 69 deletions

View File

@@ -37,4 +37,12 @@
tools:layout="@layout/fragment_qs_record_list">
</fragment>
<fragment
android:id="@+id/QsLayerManagerFragment"
android:name="com.navinfo.omqs.ui.fragment.layermanager.LayermanagerFragment"
android:label="图层管理"
tools:layout="@layout/fragment_qs_record_list">
</fragment>
</navigation>