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
636 stars 107 forks source link

setTextColor only takes id resource and sometimes color int #19

Open Devofure opened 8 years ago

Devofure commented 8 years ago

Hi, I can't set the color in code, Im trying to use android palette and the int color I get won't be set as a color, but sometimes works. I find out that the setTextColor only takes a resource id and if an exception is thrown then the color int is set.

Could you add a another setColor that takes a color int?