mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
do not zoom in that much at double tapping an image
This commit is contained in:
@ -173,7 +173,7 @@ class PhotoFragment : ViewPagerFragment() {
|
|||||||
if (!medium.isPng()) {
|
if (!medium.isPng()) {
|
||||||
subsamplingView.apply {
|
subsamplingView.apply {
|
||||||
beVisible()
|
beVisible()
|
||||||
setDoubleTapZoomScale(1.8f)
|
setDoubleTapZoomScale(1.4f)
|
||||||
setImage(ImageSource.uri(medium.path))
|
setImage(ImageSource.uri(medium.path))
|
||||||
orientation = SubsamplingScaleImageView.ORIENTATION_USE_EXIF
|
orientation = SubsamplingScaleImageView.ORIENTATION_USE_EXIF
|
||||||
maxScale = 5f
|
maxScale = 5f
|
||||||
|
Reference in New Issue
Block a user