diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-08-13 02:25:04 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-08-13 02:25:04 +0000 |
commit | e3f9d31a3404eccee01b6deb53c8d166f1557892 (patch) | |
tree | 0b0f5ab13cb7a1ab7717c451adfb97700ea1ab06 /app/src/main/res | |
parent | a12e65aa0ea130d43b4f899b5cfdbb81dbce6ec1 (diff) | |
download | infinity-for-reddit-e3f9d31a3404eccee01b6deb53c8d166f1557892.tar infinity-for-reddit-e3f9d31a3404eccee01b6deb53c8d166f1557892.tar.gz infinity-for-reddit-e3f9d31a3404eccee01b6deb53c8d166f1557892.tar.bz2 infinity-for-reddit-e3f9d31a3404eccee01b6deb53c8d166f1557892.tar.lz infinity-for-reddit-e3f9d31a3404eccee01b6deb53c8d166f1557892.tar.xz infinity-for-reddit-e3f9d31a3404eccee01b6deb53c8d166f1557892.tar.zst infinity-for-reddit-e3f9d31a3404eccee01b6deb53c8d166f1557892.zip |
Fix caption shown under the navbar 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 | 7 |
1 files changed, 4 insertions, 3 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 c0aa4168..71e04ebf 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,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" |