Add navigation drawer header

This commit is contained in:
Kirill Kamakin
2022-11-18 23:45:33 +01:00
parent b2bcad31b1
commit c86782708c
3 changed files with 21 additions and 0 deletions

View File

@@ -42,5 +42,6 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
app:headerLayout="@layout/view_navigation_drawer_header"
app:menu="@menu/navigation_menu" />
</androidx.drawerlayout.widget.DrawerLayout>