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
This price is %1$s USD
page.java
String successMessage = getText(R.string.message,"5.21");
This price 5.21 USD