saket / Better-Link-Movement-Method

Attempts to improve how clickable links are detected, highlighted and handled in TextView
Apache License 2.0
780 stars 78 forks source link

Make link bold? #45

Closed wishygupta closed 2 years ago

wishygupta commented 2 years ago

Is it also possible make the link bold and rest of the text as it is.

saket commented 2 years ago

You'll have to manually find all spans in the text and apply StyleSpans on them. I'm closing this issue because this library can't control styling, but let's continue this discussion if you need more help?