I am trying to highlight specific color of the Textview from a certain position of textview.For e.g in the textview string I want to highlight white color from 0 to 15 position and red color from 16th to end of String.Is it possible? can anyone give me an example?
Share
By using
Spannable Textyou can do it