-
Notifications
You must be signed in to change notification settings - Fork 292
Open
Description
while list of images loading progress Bar is stop ...
i want load image in different thread
val hierarchyBuilder =
GenericDraweeHierarchyBuilder.newInstance(resources)
.setProgressBarImage(R.drawable.progress)
``` val imageViewer =
ImageViewer
.Builder(this, listimages)
.setCustomDraweeHierarchyBuilder(hierarchyBuilder)
.setBackgroundColor(Color.WHITE)
.allowSwipeToDismiss(false)
.hideStatusBar(false)
.build()
.show()
lulusahululu
Metadata
Metadata
Assignees
Labels
No labels