From 5aeb219ab009bedb97e18c82da4b4707a6703c74 Mon Sep 17 00:00:00 2001 From: inventory69 Date: Sat, 20 Dec 2025 01:13:48 +0100 Subject: [PATCH] Fix edge-to-edge layout issues - add fitsSystemWindows to all layouts Prevents content from rendering under status bar --- android/app/src/main/res/layout/activity_editor.xml | 3 ++- android/app/src/main/res/layout/activity_main.xml | 3 ++- android/app/src/main/res/layout/activity_settings.xml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/android/app/src/main/res/layout/activity_editor.xml b/android/app/src/main/res/layout/activity_editor.xml index ff40739..58fb72e 100644 --- a/android/app/src/main/res/layout/activity_editor.xml +++ b/android/app/src/main/res/layout/activity_editor.xml @@ -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"> + android:layout_height="match_parent" + android:fitsSystemWindows="true"> + android:orientation="vertical" + android:fitsSystemWindows="true">