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

add some methods and attributes #2

Closed porksteak closed 8 years ago

porksteak commented 9 years ago

attribute: label_background_res - allow set drawable resource label_padding - custom label padding

method: getLabel(int position) - get Label from position getLabels() - get all Labels clear() - remove all Labels

remove background_color attribute because it can be replace with label_background_res