AutoLabelUI icon indicating copy to clipboard operation
AutoLabelUI copied to clipboard

assigning an id to each label

Open dilipp817 opened this issue 7 years ago • 0 comments

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?

dilipp817 avatar Jul 15 '18 14:07 dilipp817