10 lines
497 B
XML
10 lines
497 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"
|
|
android:id="@+id/navigation"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="start"
|
|
android:background="?android:attr/windowBackground"
|
|
android:orientation="vertical"
|
|
app:headerLayout="@layout/drawer_header" />
|