From c45b6f1d6647d490e2a49a17c020d01f79c9f766 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 7 Jan 2023 21:43:45 +0100 Subject: [PATCH] fix the scrolling of the storage fragment --- app/src/main/res/layout/storage_fragment.xml | 714 ++++++++++--------- 1 file changed, 359 insertions(+), 355 deletions(-) diff --git a/app/src/main/res/layout/storage_fragment.xml b/app/src/main/res/layout/storage_fragment.xml index 94357d2a..00ca6c97 100644 --- a/app/src/main/res/layout/storage_fragment.xml +++ b/app/src/main/res/layout/storage_fragment.xml @@ -6,372 +6,376 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - + android:layout_height="wrap_content"> - + android:layout_height="match_parent" + tools:ignore="HardcodedText"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + app:layout_constraintTop_toTopOf="parent"> - + - + + + + + + + + android:layout_height="wrap_content" + android:background="?attr/selectableItemBackground" + android:paddingStart="@dimen/activity_margin" + android:paddingTop="@dimen/normal_margin" + android:paddingEnd="@dimen/activity_margin" + android:paddingBottom="@dimen/normal_margin" + app:layout_constraintTop_toBottomOf="@+id/free_space_holder"> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +