From 396cecc8e3e51ced56446541a20a6a23272ecd52 Mon Sep 17 00:00:00 2001 From: HissPirat Date: Tue, 14 Jul 2020 14:20:56 +0200 Subject: [PATCH] #2178 removed fitSystemWindows from drawer layout. flicker is gone! --- core/src/main/res/layout/fragment_main.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/main/res/layout/fragment_main.xml b/core/src/main/res/layout/fragment_main.xml index d3651cf13..325c5fe10 100644 --- a/core/src/main/res/layout/fragment_main.xml +++ b/core/src/main/res/layout/fragment_main.xml @@ -20,8 +20,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/new_navigation_fragment_main_drawer_layout" android:layout_width="match_parent" - android:layout_height="match_parent" - android:fitsSystemWindows="true"> + android:layout_height="match_parent">