1

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 if it's possible to add attribute to textview, or in the string resource itself.

Thanks Rob

1
  • Could you add some code or give some more information? Commented Jan 7, 2013 at 5:58

1 Answer 1

3

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

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.