mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-18 06:17:59 +01:00
allow zooming in more at fullscreen view
This commit is contained in:
parent
f5bb4f6523
commit
315d2197b8
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ class PhotoFragment : ViewPagerFragment() {
|
|||
photoClicked()
|
||||
}
|
||||
})
|
||||
PhotoViewAttacher(view.photo_view).apply {
|
||||
maximumScale = 8f
|
||||
mediumScale = 3f
|
||||
}
|
||||
loadImage()
|
||||
|
||||
activity.window.decorView.setOnSystemUiVisibilityChangeListener { visibility ->
|
||||
|
|
Loading…
Reference in a new issue