mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
set fullscreen max tilesize to 4096
This commit is contained in:
@ -360,6 +360,7 @@ class PhotoFragment : ViewPagerFragment() {
|
|||||||
isSubsamplingVisible = true
|
isSubsamplingVisible = true
|
||||||
|
|
||||||
view.subsampling_view.apply {
|
view.subsampling_view.apply {
|
||||||
|
setMaxTileSize(4096)
|
||||||
setMinimumTileDpi(getMinTileDpi())
|
setMinimumTileDpi(getMinTileDpi())
|
||||||
background = ColorDrawable(Color.TRANSPARENT)
|
background = ColorDrawable(Color.TRANSPARENT)
|
||||||
setBitmapDecoderFactory { PicassoDecoder(path, Picasso.get(), rotation) }
|
setBitmapDecoderFactory { PicassoDecoder(path, Picasso.get(), rotation) }
|
||||||
|
Reference in New Issue
Block a user