From a3ddcb874d9be151c30928b9b371ef4439eb59e9 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Sun, 4 Dec 2022 07:41:25 +1100 Subject: Fix bottom app bar not shown in ViewRedditGalleryImageOrGifFragment. --- app/src/main/res/layout/fragment_view_reddit_gallery_image_or_gif.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_view_reddit_gallery_image_or_gif.xml b/app/src/main/res/layout/fragment_view_reddit_gallery_image_or_gif.xml index 71e04ebf..70dec26a 100644 --- a/app/src/main/res/layout/fragment_view_reddit_gallery_image_or_gif.xml +++ b/app/src/main/res/layout/fragment_view_reddit_gallery_image_or_gif.xml @@ -45,6 +45,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom" + android:minHeight="0dp" app:paddingBottomSystemWindowInsets="false" android:backgroundTint="#80000000"> -- cgit v1.2.3