mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2024-12-25 07:51:26 +01:00
allow zooming in more at fullscreen view
This commit is contained in:
parent
f5bb4f6523
commit
315d2197b8
@ -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 New Issue
Block a user