How to add a line break in an Android TextView? October 22, 2022 by Tarik \n works for me, like this: <TextView android:text="First line\nNext line"