Make caption text copyable with long press

Use native way to theme ViewRedditGalleryActivity
This commit is contained in:
scria1000
2021-11-27 20:04:45 +03:00
parent 17df9d41ca
commit 90a9b1033f
6 changed files with 87 additions and 49 deletions

View File

@@ -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"