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
You want to it display like "-4, 5, -5, 6, -6," (two spaces),you can add the following code to string.xml
"-4, 5, -5, 6, -6,"
is display one space.