AndroidTagView icon indicating copy to clipboard operation
AndroidTagView copied to clipboard

A TagView library for Android. Customize your own & Drag effect.

Results 74 AndroidTagView issues
Sort by recently updated
recently updated
newest added

![Screenshot_20220707-113540](https://user-images.githubusercontent.com/95573063/177729921-1752c4ab-5610-4d78-9114-e37659af9503.png) I'm trying to add ripple to my tag items but it's not working. I tried to add resource to container layout using app:tag_background="@drawable/res" but it didn't work.

When i add the tagview inside scrollview there is issue in scrolling

I use this library in items of recyclerview and set onClickListener to each of tags : `mTagContainerLayout.setOnTagClickListener(new TagView.OnTagClickListener() { @Override public void onTagClick(int position, String text) { } @Override public...

I want to get the tag position for removing it? But i can not get the position to remove. how could i do it?

Android Studio 4.2 suggests change jcenter() to mavenCentral(). Will mavenCentral() be supported at future updates? https://developer.android.com/studio/build/jcenter-migration

When gravity is set to center on tag container code checks previous tags (i - 1) if position is 0, i-1 = -1 which is IOOBE.

First of thanks for this wonderful library for tag view. I don't want a cross icon on my first or specific tag example mention below. `@BindView(R.id.tagVie) TagContainerLayout tagViewAPRes; ArrayList peopleList...

Can we change delete icon in the tag container

hi, i saw u had decread ``` private List mTags; ``` but i coundn't find any way to get all tag, can u help?