I have a long text in one of the strings at strings.xml. I want to make bold and change the color of some words in that text.
How can I do it?
I was having a text something like:
Forgot Password? Reset here.
To implement this the easy way I used the existing android:textStyle="bold"
Maybe it helps someone