linkedin / Spyglass

A library for mentions on Android
Apache License 2.0
387 stars 128 forks source link

How to give different colors for different Mentions? #100

Closed murgupluoglu closed 4 years ago

murgupluoglu commented 4 years ago

Is there a way to give different colors for different mentions at MultiSourceMentions sample?

nhibner commented 4 years ago

You can style mentions the same way that you would style any text on Android (for example, by adding a ForegroundColorSpan on top of the mention).