Im trying to make the text much easier to read by making seperate paragraphs. I\'ve tried adding spaces before the text in the string resource but it doesn\'t work. Im wondering
you can use \t for tab \n for newline.it works for sure. and write this attribute to your textview in your xml
android:singleLine="false"
For more attributes of Textview take a look here