From 6d0d45f9d8b4be121ec3b20293ac36a4317d6028 Mon Sep 17 00:00:00 2001 From: Konrad Kollnig <5175206+kasnder@users.noreply.github.com> Date: Mon, 6 Apr 2026 13:13:05 +0200 Subject: [PATCH] Fix activity content overlapping system navigation bar Add fitsSystemWindows="true" to all activity root layouts so content is inset to avoid overlapping the Android navigation bar at the bottom. Co-Authored-By: Claude Sonnet 4.6 --- app/src/main/res/layout/activity_blocklists.xml | 3 ++- app/src/main/res/layout/activity_details.xml | 1 + app/src/main/res/layout/activity_insights.xml | 1 + app/src/main/res/layout/activity_onboarding.xml | 3 ++- app/src/main/res/layout/activity_settings.xml | 3 ++- app/src/main/res/layout/activity_timeline.xml | 3 ++- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/activity_blocklists.xml b/app/src/main/res/layout/activity_blocklists.xml index e4f3ed9c..55ceb380 100644 --- a/app/src/main/res/layout/activity_blocklists.xml +++ b/app/src/main/res/layout/activity_blocklists.xml @@ -2,7 +2,8 @@ + android:layout_height="match_parent" + android:fitsSystemWindows="true"> + android:layout_height="match_parent" + android:fitsSystemWindows="true"> + android:layout_height="match_parent" + android:fitsSystemWindows="true"> + android:layout_height="match_parent" + android:fitsSystemWindows="true">