XML : How to change text background inside in xml

Let say I have next code in strings XML

  <string name="hello_world">      <font color='blue'> Hello world!</font> here is my text with yellow background   </string>    

Is it possible to change background for some worlds in similar way as above, directly inside in xml string ?

No comments:

Post a Comment