Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Issue While setting Chips Programatically #3

@JChudasama

Description

@JChudasama

Hello,

I am using following method to set the chips programatically for my case

GeneralFunctions >> setChips(...)

I'm getting out of span error on following lines

BitmapDrawable bmpDrawableDummy2 = getBitmapDrawable(context, " ", false, 4, chipPropery);
ssb.setSpan(new ImageSpan(bmpDrawableDummy2), x + c.length(), x + c.length() + 1, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);

I dont understand why this dummy part is added, please help me out with this.

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