ScrollGalleryView icon indicating copy to clipboard operation
ScrollGalleryView copied to clipboard

I can't relocate the thumbnails

Open MinionAttack opened this issue 9 years ago • 2 comments

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!

MinionAttack avatar Apr 12 '16 10:04 MinionAttack

You would have to fork the library so you can change the layout

https://github.com/VEINHORN/ScrollGalleryView/blob/9d0c39db7a6a011ef51b887b723405614339018b/library/src/main/res/layout/scroll_gallery_view.xml

Unless the author added a feature flag for this.

madhacked avatar Aug 16 '16 00:08 madhacked

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.

VEINHORN avatar Apr 02 '19 07:04 VEINHORN