So, in my strings.xml I have a very long text which I want to format somehow. How can I put a tab before the first sentence of the text? Also, what is the code for new line? Tha
Use \n for a line break and \t if you want to insert a tab.
\n
\t
You can also use some XML tags for basic formatting: for bold text, for italics, and for underlined text
More info:
https://developer.android.com/guide/topics/resources/string-resource.html