is it even possible to change the color of an "autoLink"ed label ?
Alloy :
<Label autoLink="Ti.UI.AUTOLINK_EMAIL_ADDRESSES" color="#fff" text="blabla email@fai.com">
The label is white but the email is kind of blue.
I tried everything (except "theme" stuff which I don't really know - I suppose solution may be there), and found no documentation.