AutoLabelUI
AutoLabelUI copied to clipboard
assigning an id to each label
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?