DavidPizarro / AutoLabelUI

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.
Apache License 2.0
637 stars 107 forks source link

OnRemoveLabelListener position returnes -1 #20

Open EpsilonOrionis opened 8 years ago

Sharj commented 7 years ago

+1

Sharj commented 7 years ago

Apparently, position is label.getTag() value. You can set your own 'tag' value when adding new Label as autoLabelUI.addLabel("Label", position);