Fix edge-to-edge layout issues - add fitsSystemWindows to all layouts

Prevents content from rendering under status bar
This commit is contained in:
inventory69
2025-12-20 01:13:48 +01:00
parent 61ff005477
commit 5aeb219ab0
3 changed files with 6 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:orientation="vertical"
android:fitsSystemWindows="true">
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"