I have the following string:
☑ REKT
☑ Really Rekt
☑ Tyrannosaurus Rekt
I copy and pasted this into the strings.xml
file but when it is displayed on screen it ends up looking like a jumbled mess.
How can I format this in strings.xml
so it maintains its original list look.
(Ignore the hand at the beginning, that was from something else).
Update:
Doing ☑ REKT \n ☑ Really Rekt ☑ \n Tyrannosaurus Rekt \n
produced this result:
Update Two: It seems to be a problem with the checkboxes. When I removed them the string acted fine. Unfortunately, I need the checkboxes.