Open MinionAttack opened 8 years ago
You would have to fork the library so you can change the layout
Unless the author added a feature flag for this.
Now you can hide thumbnails container using one of the methods .withHiddenThumbnails(false)
or .hideThumbnailsOnClick(true)
. See configuration for more details. Also, if you want to hide thumbnails after some delay you can use hideThumbnailsAfter(int hideThumbnailsAfterDelay)
method. What about thumbnails container position, I'm going implement this feature in next release.
Hi, there is a method which I can change the position of the thumbnails? I want to move from the bottom to a side of the screen but I can't.
Moreover, there is the posibility of hide the thumbnails when the user is viewing a photo and when he slides show again the thumbnails?
Thanks and regards!