diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-07-29 06:24:27 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-07-29 06:24:27 +0000 |
commit | 2c03eb8d15e40a8fc949a07a3a46e5f829674d61 (patch) | |
tree | 7e75660c3655a6cc73a4991430713b6afaeaf635 /app/src/main/res/layout/fragment_view_imgur_images.xml | |
parent | cdf7eaba266dcbd80df8264e3400adebb402d7c8 (diff) | |
download | infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.tar infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.tar.gz infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.tar.bz2 infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.tar.lz infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.tar.xz infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.tar.zst infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.zip |
Version 4.0.1. Block users. Show report menu item even in anonymous mode. Remove Crashy.
Diffstat (limited to 'app/src/main/res/layout/fragment_view_imgur_images.xml')
-rw-r--r-- | app/src/main/res/layout/fragment_view_imgur_images.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_view_imgur_images.xml b/app/src/main/res/layout/fragment_view_imgur_images.xml index 20110897..36286c05 100644 --- a/app/src/main/res/layout/fragment_view_imgur_images.xml +++ b/app/src/main/res/layout/fragment_view_imgur_images.xml @@ -16,8 +16,7 @@ <com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView android:id="@+id/image_view_view_imgur_image_fragment" android:layout_width="match_parent" - android:layout_height="match_parent" - app:quickScaleEnabled="false" /> + android:layout_height="match_parent" /> <LinearLayout android:id="@+id/load_image_error_linear_layout_view_imgur_image_fragment" |