AutoLabelUI
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.
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 
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...