From 9fdcea056db5772e010b8586f45c0533a21b7927 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 27 Feb 2017 20:31:17 +0100 Subject: [PATCH] zoom in more on double tap --- .../com/simplemobiletools/gallery/fragments/PhotoFragment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt index dd2d21c84..597a4e9c6 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt @@ -173,7 +173,7 @@ class PhotoFragment : ViewPagerFragment() { if (!medium.isPng()) { subsamplingView.apply { beVisible() - setDoubleTapZoomScale(1.2f) + setDoubleTapZoomScale(1.8f) setImage(ImageSource.cachedBitmap(bitmap)) orientation = SubsamplingScaleImageView.ORIENTATION_USE_EXIF maxScale = 5f