ScrollGalleryView
ScrollGalleryView copied to clipboard
crash
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()
@pmrzygweb You missed setThumbnailSize(). If you add that, it'll work.