Skip to content

Colour of the tag not changing #53

Description

@ranganatha2g

I'm trying to change colour of the tag if the tag is clicked.
I'm doing this is onTagClickListener, code can be found below:

private OnTagClickListener onTagClickListener = new OnTagClickListener() {
@OverRide
public void onTagClick(Tag tag, int i) {
tag.tagTextColor = getContext().getColor(R.color.black);
}
};

Is it possible to change colour of the tag this way?
Also, I need to change colour of the tag depending on the present colour of the tag. Is it possible to do using this library?
Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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