i have defined some strings in the strings.xml file. Now I need to put some extra space between some numbers in the string. When I type extra space characters t
strings.xml
xml:space="preserve"
Works like a charm.
Edit: Wrong. Actually, it only works when the content is comprised of white spaces only.
Link