增加离线地图下载流程
This commit is contained in:
11
app/src/main/res/layout/fragment_personal_center.xml
Normal file
11
app/src/main/res/layout/fragment_personal_center.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.google.android.material.navigation.NavigationView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="left"
|
||||
android:fitsSystemWindows="true"
|
||||
app:headerLayout="@layout/personal_center_head"
|
||||
app:menu="@menu/personal_center_menu" />
|
||||
Reference in New Issue
Block a user