<Paragraphs in android string resources not render...
# stackoverflow
u
Paragraphs in android string resources not rendering in textview views I tried to create a text with separate paragraphs in a string resource. The Android documentation states that is supported, but it is ignored. I can insert a \n, but that doesnt insert any space between the paragraphs. I use \n\n as a work around, but 2 newlines simply wastes too much vertikal space. Can I post-process the string in kotlin to fix that? Lorem ipsum dolor sit amet,...