VEINHORN / ScrollGalleryView

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

setCurrentItem does not adjust the thumbnails #101

Open MaAllma opened 2 years ago

MaAllma commented 2 years ago

I want to start my Image Gallery by clicking on a specific photo. For this I use the setCurrentItem method. This works perfect for the main image, but the thumbnails still start with the first image and not the selected one. Is there an interface for this that I've overseen, or can setCurrentItem be changed so that the thumbnails are also adjusted in it? ( scroll(thumbnailsContainer.getChildAt(i)) ) thanks :)