Fix caption shown under the navbar in ViewRedditGalleryImageOrGifFragment.

This commit is contained in:
Docile-Alligator
2022-08-13 12:25:04 +10:00
parent a12e65aa0e
commit e3f9d31a34
4 changed files with 37 additions and 23 deletions

View File

@@ -45,8 +45,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:backgroundTint="#80000000"
android:visibility="gone">
app:paddingBottomSystemWindowInsets="false"
android:backgroundTint="#80000000">
<LinearLayout
android:layout_width="match_parent"
@@ -93,7 +93,8 @@
<LinearLayout
android:id="@+id/bottom_app_bar_menu_view_reddit_gallery_image_or_gif_fragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:visibility="gone">
<TextView
android:id="@+id/title_text_view_view_reddit_gallery_image_or_gif_fragment"