TagView
TagView copied to clipboard
Android TagView-HashTagView
i tried to hide relativelayout initially and then show layout on checkbox checked listener. On very first time the tag view arrangements are in vertical. While clicking on it again...
I wrapped the LinearLayout in tagview_item.xml with a HorizontalScrollView to make it horizontally scrollable. This is an open [issue](https://github.com/Cutta/TagView/issues/1) in this repo
## Added functionality to specify maximum number of tags in a row. In earlier version when TagView's width was set to wrap_content it only showed 1 tag per line. which...
Not able to change the text style in tagview. I need to make text bold and italic. If there is any option available, do tell me.
how to add Emojis to Tags... Is it possible????
Hello! Thanks for this library. This fix some trouble with tag position. In our case some tags at end of line dotted out instead of get a position in new...
If you set the background color of the TagView the tags are not drawn properly and it shows completely blank. The tags are there, because the TagView is using the...
In class TagView in method `addTags(List tags)`you do `addTag(item)`; But what are doing here? ``` public void addTag(Tag tag) { mTags.add(tag); drawTags(); } ``` After adding of each tag to...