AutoLabelUI
AutoLabelUI copied to clipboard
Is it possible to associate an id for each label ?
I want to set an id for each label in addition to the text.
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).