Use BigImageView in ViewRedditGalleryImageOrGifFragment. Fix subtitle not showing in FilteredThingActivity when browsing Reddit gallery posts.

This commit is contained in:
Alex Ning
2020-07-16 22:58:11 +08:00
parent bae154da45
commit fd175178a2
5 changed files with 109 additions and 29 deletions

View File

@@ -19,7 +19,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:optimizeDisplay="true"
app:tapToRetry="false"/>
app:tapToRetry="false" />
<LinearLayout
android:id="@+id/load_image_error_linear_layout_view_image_or_gif_activity"

View File

@@ -13,11 +13,12 @@
android:layout_height="wrap_content"
android:layout_centerInParent="true" />
<com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView
<com.github.piasy.biv.view.BigImageView
android:id="@+id/image_view_view_reddit_gallery_image_or_gif_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:quickScaleEnabled="false" />
app:optimizeDisplay="true"
app:tapToRetry="false" />
<LinearLayout
android:id="@+id/load_image_error_linear_layout_view_reddit_gallery_image_or_gif_fragment"