diff options
author | scria1000 <91804886+scria1000@users.noreply.github.com> | 2021-11-27 17:04:45 +0000 |
---|---|---|
committer | scria1000 <91804886+scria1000@users.noreply.github.com> | 2021-11-27 17:04:45 +0000 |
commit | 90a9b1033f36087ce302e06304cbf3581921748b (patch) | |
tree | 3b6ebb9ad3833445d8b8d6506207d9fd42a9de0a /app/src/main/res/layout | |
parent | 17df9d41ca298a86203da9a5f097109229cd58f7 (diff) | |
download | infinity-for-reddit-90a9b1033f36087ce302e06304cbf3581921748b.tar infinity-for-reddit-90a9b1033f36087ce302e06304cbf3581921748b.tar.gz infinity-for-reddit-90a9b1033f36087ce302e06304cbf3581921748b.tar.bz2 infinity-for-reddit-90a9b1033f36087ce302e06304cbf3581921748b.tar.lz infinity-for-reddit-90a9b1033f36087ce302e06304cbf3581921748b.tar.xz infinity-for-reddit-90a9b1033f36087ce302e06304cbf3581921748b.tar.zst infinity-for-reddit-90a9b1033f36087ce302e06304cbf3581921748b.zip |
Make caption text copyable with long press
Use native way to theme ViewRedditGalleryActivity
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_view_reddit_gallery_image_or_gif.xml | 3 |
1 files changed, 2 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 23fc50b0..54d64069 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 @@ -59,7 +59,8 @@ android:layout_height="wrap_content" android:gravity="center_vertical" android:orientation="vertical" - android:visibility="gone"> + android:visibility="gone" + android:paddingTop="8dp"> <TextView android:id="@+id/caption_text_view_view_reddit_gallery_image_or_gif_fragment" |