VEINHORN / ScrollGalleryView

:bridge_at_night: Android image gallery with bottom scroll view
MIT License
531 stars 157 forks source link

I can't relocate the thumbnails #34

Open MinionAttack opened 8 years ago

MinionAttack commented 8 years ago

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!

madhacked commented 8 years ago

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.

VEINHORN commented 5 years ago

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.