Nav drawer now moves behind the status bar

This commit is contained in:
Somethingweirdhere 2018-06-13 22:35:20 +02:00 committed by Christian Schabesberger
parent a01106c4ad
commit 891e2f420c
4 changed files with 70 additions and 70 deletions

View file

@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fitsSystemWindows="true">
<FrameLayout
@ -23,4 +24,4 @@
<include layout="@layout/drawer_layout"/>
</android.support.v4.widget.DrawerLayout>
</android.support.v4.widget.DrawerLayout>