OneMapQS/app/src/main/res/layout/fragment_personal_center.xml
2023-04-12 15:07:46 +08:00

11 lines
579 B
XML

<?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"
tools:context=".ui.fragment.personalcenter.PersonalCenterFragment"
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" />