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?
You can do it from string
Total Review:
and can access it from the java code like
proDuctReviewNumber.setText(getResources().getString(R.string.total_review)+productDetailsSuccess.getProductTotalReview());