From 5e4a35dc81267847aab21f53932360b526215c06 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 8 Sep 2025 09:15:50 +0200 Subject: [PATCH] attempt to fix issue with bottom buttons being hidden --- app/src/main/res/layout/fragment_filters.xml | 1 + app/src/main/res/layout/fragment_replayer.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout/fragment_filters.xml b/app/src/main/res/layout/fragment_filters.xml index e00a80a0..d808bd09 100644 --- a/app/src/main/res/layout/fragment_filters.xml +++ b/app/src/main/res/layout/fragment_filters.xml @@ -47,6 +47,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/colorPrimary" + android:fitsSystemWindows="true" android:padding="8dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" diff --git a/app/src/main/res/layout/fragment_replayer.xml b/app/src/main/res/layout/fragment_replayer.xml index c4aac8af..a4065aef 100644 --- a/app/src/main/res/layout/fragment_replayer.xml +++ b/app/src/main/res/layout/fragment_replayer.xml @@ -40,6 +40,7 @@ android:layout_alignParentBottom="true" android:layout_gravity="center" android:background="?attr/colorPrimary" + android:fitsSystemWindows="true" app:layout_scrollFlags="scroll|enterAlways" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"