klinker24 / Android-TextView-LinkBuilder

Insanely easy way to define clickable links within a TextView.
MIT License
1.59k stars 199 forks source link

How can i add a icon to a link #60

Closed arcgate-git closed 5 years ago

klinker24 commented 5 years ago

This library does not allow for that, sorry.

arcgate-git commented 5 years ago

For anyone facing this issue one can use the hexcodes of icon which is could be stored in as string(icons.xml) and apply typeface which would provide the desired result. I have implemented it and it works quite well. Thanks klinker for such a great library :)