mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-02-07 15:06:43 +01:00
set fullscreen max tilesize to 4096
This commit is contained in:
parent
9340b96023
commit
e86c07895c
1 changed files with 1 additions and 0 deletions
|
@ -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) }
|
||||||
|
|
Loading…
Reference in a new issue