AndroidTagView
AndroidTagView copied to clipboard
A TagView library for Android. Customize your own & Drag effect.
Hello, Is there any way to change the remove icon instead of 'X' to another drawable icons ?
int co.lujun.androidtagview.TagContainerLayout.getTagViewState()' on a null object reference tagview 报空指针异常,代码行数:138 int state = ((TagContainerLayout)getParent()).getTagViewState();
Hello, I have set maxLine as 1 and I have added 10 tags. So all will not be visible. So i want how many are visible and how many not...
I integrated this library on my project and it works pretty fine and so easy to play with. but i am having issues with the shadow/elevation thing since i didn't...
Container not scrolling. if touch over tag view then container not scrolling.
Is it possible to provide addTag(String text, in color) method? I am using 2 layouts in one activity and adding moving tags with color information from one to another. For...
怎么设置每个tag标签的大小一样,还有怎么支持多选,现在都是单选啊,🙏
在TagContainerLayout中设置最大行数的地方: `return mMaxLines lines ? lines : mMaxLines;` 不然容器的高度总是为最高的高度
麻烦请教一下,我看到属性里面有tag_max_length,如果我想添加一个tag_min_length有什么便捷的方法么?