mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
decrease the mininum tile dpi to 100 at fullscreen images
This commit is contained in:
@ -40,7 +40,7 @@ class PhotoFragment : ViewPagerFragment(), View.OnClickListener {
|
|||||||
orientation = SubsamplingScaleImageView.ORIENTATION_USE_EXIF
|
orientation = SubsamplingScaleImageView.ORIENTATION_USE_EXIF
|
||||||
setImage(ImageSource.uri(medium.path))
|
setImage(ImageSource.uri(medium.path))
|
||||||
maxScale = 4f
|
maxScale = 4f
|
||||||
setMinimumTileDpi(200)
|
setMinimumTileDpi(100)
|
||||||
setOnClickListener(this@PhotoFragment)
|
setOnClickListener(this@PhotoFragment)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user