AndroidTagGroup icon indicating copy to clipboard operation
AndroidTagGroup copied to clipboard

:four_leaf_clover:A beautiful android tag group widget.

Results 75 AndroidTagGroup issues
Sort by recently updated
recently updated
newest added

[Incremental compilation](https://docs.gradle.org/current/userguide/performance.html#incremental_compilation). Gradle recompile only the classes that were affected by a change. This feature is the default since Gradle 4.10. For an older versions, we can activate it by...

I'll be glad if you merge this commit to your project..

![image](https://user-images.githubusercontent.com/7898305/115515302-93f5b380-a2b7-11eb-80c6-ef28dfd11855.png) 显示就是这个样子的,其他手机正常,就魅族16s pro这个手机显示异常,down下源码排查了好久,最终怀疑应该是魅族手机对tagview的测量有问题, 最后解决方法代码如下 ![image](https://user-images.githubusercontent.com/7898305/115513851-1c735480-a2b6-11eb-9f94-ac53a91333c5.png) ![image](https://user-images.githubusercontent.com/7898305/115513899-272de980-a2b6-11eb-9f07-b22bcce45495.png) 代码也附上哈,避免github抽风图片显示不出来,其他原样无关的代码以点点点代替哈: ``` class TagView extends androidx.appcompat.widget.AppCompatTextView { ....... public TagView(Context context, final int state, CharSequence text) { super(context); setGravity(Gravity.CENTER); setText(text); setMaxLines(1); setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize); mState...

I have used this library in my android app as gradle dependency and whenever trying to upload to play store I am getting the following error: "Your app bundle targets...

Hi, I am trying to find a way to make tagview selected on tap. Can please guide how to achieve this.

With this pull enter key will be fixed

After clicking tags color is not changing , without changing color how user will identify which is selected?

在项目中集成了你的taggroup,但是在源码中没找到进行设置背景样式的代码以及如何多选?选择后可否删除?

并没有提供外部可访问和设置check状态的接口,那么这个check状态我们怎么来手动控制呢?