TagView icon indicating copy to clipboard operation
TagView copied to clipboard

Android TagView-HashTagView

Results 29 TagView issues
Sort by recently updated
recently updated
newest added

## Beep boop. Your images are optimized! Your image file size has been reduced by **5%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...

When used in recycle view, addTags can not be updated. Do not calculate screen length. It is vertical alignment. You can not do notifyDataSetChanged because addTags in adapter. What should...

when 1st time Tagview is call it don't show the tags in proper format .single tag shown in single line at 1st call, after 1st call it will work correct

Hi, I extended your awesome lib with font-awesome. I guess you won't merge this, since so many things changed... Just check it out ;) Alessandro

Hello there; I want to show a text consisting of two lines within a label. \ n or html text does not work. Best regards.

If we have a long text then three dots are shown but not the delete icon.

I use setVisibility(GONE) for TagView's parent view in Activity's onCreate method, and when I show the view again, tagview can not draw tags then. I had a look at tagview...

It's now possible to use with spannable strings. Sample usage: ``` SpannableString spannableText= new SpannableString(text); . . . new Tag(spannableText); ``` ![ss_tagview_spannable_support](https://user-images.githubusercontent.com/21034665/63384800-4d480b80-c3a8-11e9-91c0-35f0daa3679e.png)

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() {...

All the rows of tags that are created are left aligned. There should be an option so that the tag rows are centered as they look superb. Tag rows are...