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

@@ -3,7 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fitsSystemWindows="true">
<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"