mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Use BigImageView in ViewRedditGalleryImageOrGifFragment. Fix subtitle not showing in FilteredThingActivity when browsing Reddit gallery posts.
This commit is contained in:
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user