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 \t to add tab and \n for new line, here is a simple example below.
\tbanana\torange\tblueberry\tmango This is the first sentence\nThis is the second scentence\nThis is the third sentence