Skip to content

Commit

Permalink
#1037 Revert "Fix fullscreen layout not actually be fullscreen anymore"
Browse files Browse the repository at this point in the history
This fix does fix fullscreen mode but breaks normal mode and make the notification bar overlap the header
  • Loading branch information
daneren2005 committed Dec 30, 2020
1 parent 059a4c9 commit e40c1bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/abstract_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e40c1bd

Please sign in to comment.