mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
10 lines
No EOL
486 B
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" /> |