diff options
Diffstat (limited to 'app/src')
-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"> |