mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-30 00:17:58 +01:00
decrease the mininum tile dpi to 100 at fullscreen images
This commit is contained in:
parent
54e5b0c9eb
commit
5592a040c3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue