do not zoom in that much at double tapping an image

This commit is contained in:
tibbi 2017-03-07 21:01:23 +01:00
parent 4c659df49d
commit 70a2d82aa4

View file

@ -173,7 +173,7 @@ class PhotoFragment : ViewPagerFragment() {
if (!medium.isPng()) {
subsamplingView.apply {
beVisible()
setDoubleTapZoomScale(1.8f)
setDoubleTapZoomScale(1.4f)
setImage(ImageSource.uri(medium.path))
orientation = SubsamplingScaleImageView.ORIENTATION_USE_EXIF
maxScale = 5f