AutoLabelUI icon indicating copy to clipboard operation
AutoLabelUI copied to clipboard

Android library to place labels next to another. If there is not enough space for the next label, it will be added in a new line.

Results 17 AutoLabelUI issues
Sort by recently updated
recently updated
newest added

sir, Method does not override from its super class error occured while execute this code mAutoLabel.setOnLabelClickListener(new AutoLabelUI.OnLabelClickListener() { @Override public void onClickLabel(Label labelClicked) { Snackbar.make(recyclerView, labelClicked.getText(), Snackbar.LENGTH_SHORT).show(); } });

Hi all, I just want to assign id to each label. I tried mAutoLabel.setId("some_id"); but ((Label) v).getId() is returning -1 for every label. How can I achieve it?

Is there a way to make the last label in his line to match the remaining width size? I don't want empty spaces... I tried to change the AutoViewGroup child...

When adding tags and lines are exceeded than 2 then issue occurs, tags are cutting from bottom as attached screen-shot ![1](https://cloud.githubusercontent.com/assets/13660652/25325315/66641778-28e4-11e7-8716-582952c36ee5.png)

There’s no true nesting in Java. Hence, any access to private members of outer class from nested class will have to go via a package scoped method generated by Java...

Hi! Congratulations for the library, it´s amazing. I would like to ask if there is any way to center horizontal tags, instead of floating them left (align left). Or if...