VEINHORN / ScrollGalleryView

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

crash #103

Open pmrzygweb opened 2 years ago

pmrzygweb commented 2 years ago

Unable to start activity java.lang.IllegalArgumentException: width and height must be > 0

val galleryView = ScrollGalleryView.from(findViewById(R.id.galleryView))
            .settings(GallerySettings.from(supportFragmentManager).enableZoom(true).build())
            .add(medias)
            .build()
Endi327 commented 1 year ago

@pmrzygweb You missed setThumbnailSize(). If you add that, it'll work.