From 1686e2d9c37de52c59ab2e6591143a48675f3430 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Thu, 22 Jun 2023 09:02:08 -0400 Subject: Fix RedditAPIInfoBottomSheetFragment not scrollable. --- .../fragment_reddit_api_info_bottom_sheet.xml | 102 +++++++++++---------- 1 file changed, 54 insertions(+), 48 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml b/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml index 3ca7f923..d5f9f28b 100644 --- a/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml @@ -1,68 +1,74 @@ - - - - - + android:orientation="vertical"> - + android:paddingTop="16dp" + android:paddingStart="16dp" + android:paddingEnd="16dp" + android:text="@string/reddit_api_info_title" + android:fontFamily="?attr/font_family" + android:textSize="?attr/font_20" + android:textColor="?attr/primaryTextColor" + android:textStyle="bold" /> - + android:layout_marginStart="10dp" + android:layout_marginEnd="16dp" + android:layout_marginBottom="16dp"> + + + + + + + + - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3