VEINHORN / ScrollGalleryView

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

scrollgalleryview.ScrollGalleryView.setThumbnailSize(int)' on a null object reference #84

Open SUBINPTPM opened 5 years ago

SUBINPTPM commented 5 years ago

My Code: #kotlin

galleryView = ScrollGalleryView .from(findViewById(com.sqt.ifb_remote.R.id.scroll_gallery_view)) .settings( GallerySettings .from(supportFragmentManager) .thumbnailSize(100) .enableZoom(true) .build() ) .add(infos) .build()

and get error as Attempt to invoke virtual method 'com.veinhorn.scrollgalleryview.ScrollGalleryView com.veinhorn.scrollgalleryview.ScrollGalleryView.setThumbnailSize(int)' on a null object reference