How to add a line break in an Android TextView?

\n works for me, like this:

<TextView android:text="First line\nNext line"

Leave a Comment