android - Set background color for a specific text in a XML TextView using CDATA -
i can able set text color using cdata.
<string name="sample"> <![cdata[ <font color=#ff0000>red color</font>]]> </string>
but how can able set backgound color highlight text?
example: redcolor
can me?
Comments
Post a Comment