mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
zoom in more on double click
This commit is contained in:
parent
91b888d021
commit
6ca3c30b9c
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class PhotoFragment : ViewPagerFragment() {
|
|||
if ((medium.isImage()) && isMenuVisible && view.subsampling_view.visibility == View.GONE) {
|
||||
view.subsampling_view.apply {
|
||||
beVisible()
|
||||
setDoubleTapZoomScale(1.4f)
|
||||
setDoubleTapZoomScale(2f)
|
||||
setImage(ImageSource.uri(medium.path))
|
||||
orientation = SubsamplingScaleImageView.ORIENTATION_USE_EXIF
|
||||
setOnImageEventListener(object : SubsamplingScaleImageView.OnImageEventListener {
|
||||
|
|
Loading…
Reference in a new issue