From f4edc8f502279fa4eb1a52652c3f57b209202ecf Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 4 Nov 2020 20:39:18 -0800 Subject: Fix fullscreen layout not actually be fullscreen anymore --- app/src/main/res/layout/abstract_activity.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/src') diff --git a/app/src/main/res/layout/abstract_activity.xml b/app/src/main/res/layout/abstract_activity.xml index 56db1439..7ca9b936 100644 --- a/app/src/main/res/layout/abstract_activity.xml +++ b/app/src/main/res/layout/abstract_activity.xml @@ -4,8 +4,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/drawer_layout" android:layout_width="match_parent" - android:layout_height="match_parent" - android:fitsSystemWindows="true"> + android:layout_height="match_parent">