Skip to content
This repository was archived by the owner on Oct 13, 2022. It is now read-only.

In captured_images screen how to set checked images [ mCheckIcon ] count to 5 instead of 2. #109

@indrasenakatam

Description

@indrasenakatam

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.
checked_image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions