set fullscreen max tilesize to 4096
This commit is contained in:
parent
9340b96023
commit
e86c07895c
|
@ -360,6 +360,7 @@ class PhotoFragment : ViewPagerFragment() {
|
|||
isSubsamplingVisible = true
|
||||
|
||||
view.subsampling_view.apply {
|
||||
setMaxTileSize(4096)
|
||||
setMinimumTileDpi(getMinTileDpi())
|
||||
background = ColorDrawable(Color.TRANSPARENT)
|
||||
setBitmapDecoderFactory { PicassoDecoder(path, Picasso.get(), rotation) }
|
||||
|
|
Loading…
Reference in New Issue