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?
Strings.xml
Your text]]>
To set
textView.setText(Html.fromHtml(getString(R.string.activity_completed_text)));