aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2020-12-29 20:03:31 -0800
committerScott Jackson <daneren2005@gmail.com>2020-12-29 20:03:31 -0800
commite40c1bd75b45aee47ffc37d16e96f971f4c8b5e4 (patch)
tree9bd65738325bbe2517d457b57679c4419eba1d64
parent059a4c98b956310b10c9e14c3196ce1ece02420f (diff)
downloaddsub-e40c1bd75b45aee47ffc37d16e96f971f4c8b5e4.tar.gz
dsub-e40c1bd75b45aee47ffc37d16e96f971f4c8b5e4.tar.bz2
dsub-e40c1bd75b45aee47ffc37d16e96f971f4c8b5e4.zip
#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
-rw-r--r--app/src/main/res/layout/abstract_activity.xml3
1 files changed, 2 insertions, 1 deletions
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">
<!-- The main content view -->
<FrameLayout