Cutta / TagView

Android TagView-HashTagView
Apache License 2.0
490 stars 93 forks source link

How do I delete tags using 'X' button? #43

Closed syedsouban closed 7 years ago

syedsouban commented 7 years ago

I am using a tagview and adding tags dynamically. But I can't find the 'x' aka delete button on the tag.

Cutta commented 7 years ago

Hi @syedsouban you should set the tag.isDeletable variable. Check this line: https://github.com/Cutta/TagView/blob/a8a348804341913e6b07d73027d5db5e246203f7/app/src/main/java/cuneyt/example/com/tagview/Activity/MainActivity.java#L141

syedsouban commented 7 years ago

Hi @Cutta, thanks for answering :) It worked.

Cutta commented 7 years ago

You are welcome :)