You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
Hi
I want to set checked images [ mCheckIcon ] count instead of 2 by default instead of click, please find the screen attached.
I have tried using Picker options set properties but not able to get my scenario. we are calling as like this
new Picker.Builder(this, this, R.style.MIP_theme)
.setPickMode(PickMode.MULTIPLE_IMAGES)
.setLimit(5)
.build()
.startActivity();
Could you please suggest on this to get my issue to resolve. Please ignore if I wrong.. Thank you so much.