From bb66c3fa68b9210994c4cbb178391a31dbe126fd Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Fri, 1 Apr 2022 11:56:11 -0400 Subject: [PATCH] Fix story views not using entire bottom sheet space. --- app/src/main/res/layout/stories_views_fragment.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/layout/stories_views_fragment.xml b/app/src/main/res/layout/stories_views_fragment.xml index d7b8190f5b..f9b036a969 100644 --- a/app/src/main/res/layout/stories_views_fragment.xml +++ b/app/src/main/res/layout/stories_views_fragment.xml @@ -3,8 +3,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="wrap_content" - android:minHeight="240dp" + android:layout_height="match_parent" tools:layout_gravity="bottom">