AutoLabelUI icon indicating copy to clipboard operation
AutoLabelUI copied to clipboard

Is it possible to associate an id for each label ?

Open yosrah opened this issue 9 years ago • 1 comments

I want to set an id for each label in addition to the text.

yosrah avatar Jan 12 '16 14:01 yosrah

Each Label is a LinearLayout view, so you can set the view tag as a your id (or other object). Get the Label from your AutoLabelUI with getLabel(int position).

jwburnside avatar Jan 13 '16 02:01 jwburnside