Prevent drawer sliding behind action bar
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
android:focusableInTouchMode="true"
|
||||
android:paddingTop="@dimen/nav_header_vertical_spacing"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginTop="30dp"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:srcCompat="@drawable/gotify" />
|
||||
|
||||
Reference in New Issue
Block a user