SUBIN BABU
SUBIN BABU
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...
3.2 out, will you release an update? _Originally posted by @pacosta in https://github.com/DroidNinja/Android-FilePicker/issues/169#issuecomment-427772103_
I currently using constraint-layout by the following lib `implementation 'com.android.support.constraint:constraint-layout:1.0.2'` By update warning in the android studio, I Update this to `implementation 'com.android.support.constraint:constraint-layout:1.1.0'` Then I got the following issue (See...