Prevent drawer sliding behind action bar

This commit is contained in:
Niko Diamadis
2023-06-08 22:57:24 +02:00
parent 1a6d2269f5
commit 2edfb6ac5a
3 changed files with 1 additions and 4 deletions

View File

@@ -5,7 +5,6 @@
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:openDrawer="start">
<androidx.coordinatorlayout.widget.CoordinatorLayout
@@ -91,7 +90,6 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
android:fitsSystemWindows="true"
app:theme="@style/AppTheme.Nav"
app:headerLayout="@layout/nav_header_drawer"
app:menu="@menu/messages_menu" />