apps-android-commons/app/src/main/res/layout/drawer_view.xml

10 lines
No EOL
486 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_view"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
android:elevation="@dimen/miniscule_margin"
app:headerLayout="@layout/drawer_header"
app:menu="@menu/drawer" />