mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
allow zooming in more at fullscreen view
This commit is contained in:
@ -81,6 +81,10 @@ class PhotoFragment : ViewPagerFragment() {
|
||||
photoClicked()
|
||||
}
|
||||
})
|
||||
PhotoViewAttacher(view.photo_view).apply {
|
||||
maximumScale = 8f
|
||||
mediumScale = 3f
|
||||
}
|
||||
loadImage()
|
||||
|
||||
activity.window.decorView.setOnSystemUiVisibilityChangeListener { visibility ->
|
||||
|
Reference in New Issue
Block a user