diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-12-03 20:42:39 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-12-03 20:42:39 +0000 |
commit | bd5814fd4d09dccdce693dd94d97e48554344d48 (patch) | |
tree | 5924128ca4d2b4f0ccc563f359d8a39895d53e69 /app/src/main/res | |
parent | a3ddcb874d9be151c30928b9b371ef4439eb59e9 (diff) | |
download | infinity-for-reddit-bd5814fd4d09dccdce693dd94d97e48554344d48.tar infinity-for-reddit-bd5814fd4d09dccdce693dd94d97e48554344d48.tar.gz infinity-for-reddit-bd5814fd4d09dccdce693dd94d97e48554344d48.tar.bz2 infinity-for-reddit-bd5814fd4d09dccdce693dd94d97e48554344d48.tar.lz infinity-for-reddit-bd5814fd4d09dccdce693dd94d97e48554344d48.tar.xz infinity-for-reddit-bd5814fd4d09dccdce693dd94d97e48554344d48.tar.zst infinity-for-reddit-bd5814fd4d09dccdce693dd94d97e48554344d48.zip |
Match parent for the bottom app bar in ViewRedditGalleryImageOrGifFragment.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/fragment_view_reddit_gallery_image_or_gif.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 70dec26a..fef3671d 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 @@ -93,7 +93,7 @@ <LinearLayout android:id="@+id/bottom_app_bar_menu_view_reddit_gallery_image_or_gif_fragment" - android:layout_width="wrap_content" + android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone"> |