From e8bd13616cbc77ffad23b2ca3fc0d48ad51a32b1 Mon Sep 17 00:00:00 2001 From: HissPirat Date: Thu, 16 Jul 2020 14:02:01 +0200 Subject: [PATCH] #2186 added topMargin to activity_main_nav_view to show drawer correctly --- core/src/main/res/layout/fragment_main.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/res/layout/fragment_main.xml b/core/src/main/res/layout/fragment_main.xml index 325c5fe10..a3a2c0da5 100644 --- a/core/src/main/res/layout/fragment_main.xml +++ b/core/src/main/res/layout/fragment_main.xml @@ -63,6 +63,6 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="end" - android:fitsSystemWindows="true" + android:layout_marginTop="24dp" app:headerLayout="@layout/drawer_right" />