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

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -