From 8ed6cc88d400aff27eb9522faf8dcd925a308de7 Mon Sep 17 00:00:00 2001
From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Date: Sat, 30 Mar 2024 19:20:34 -0400
Subject: Fix UploadedImagesBottomSheetFragment not scrolling.
---
.../fragment_uploaded_images_bottom_sheet.xml | 103 +++++++++++----------
1 file changed, 55 insertions(+), 48 deletions(-)
(limited to 'app/src/main/res')
diff --git a/app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml b/app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml
index 8c846541..bd91f057 100644
--- a/app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml
+++ b/app/src/main/res/layout/fragment_uploaded_images_bottom_sheet.xml
@@ -1,65 +1,72 @@
-
-
-
-
+ android:orientation="vertical">
-
+
-
+ android:paddingTop="16dp"
+ android:paddingStart="16dp"
+ android:paddingEnd="16dp"
+ android:text="@string/uploaded_images_explanation"
+ android:fontFamily="?attr/font_family"
+ android:textSize="?attr/font_default"
+ android:textColor="?attr/secondaryTextColor" />
-
+
+
+
+
+
+
+
+
+ app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
+ android:nestedScrollingEnabled="false" />
-
-
-
\ No newline at end of file
+
\ No newline at end of file
--
cgit v1.2.3