From e40c1bd75b45aee47ffc37d16e96f971f4c8b5e4 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 29 Dec 2020 20:03:31 -0800 Subject: #1037 Revert "Fix fullscreen layout not actually be fullscreen anymore" This fix does fix fullscreen mode but breaks normal mode and make the notification bar overlap the header --- app/src/main/res/layout/abstract_activity.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/main') diff --git a/app/src/main/res/layout/abstract_activity.xml b/app/src/main/res/layout/abstract_activity.xml index 7ca9b936..56db1439 100644 --- a/app/src/main/res/layout/abstract_activity.xml +++ b/app/src/main/res/layout/abstract_activity.xml @@ -4,7 +4,8 @@ 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:layout_height="match_parent" + android:fitsSystemWindows="true">