when editing a String in XML I need to add line breaks. And I wanted to ask what is the RIGHT form when programming for android? Because works but ECLIPS
Also you can add instead of \n.
And then you can add text to TexView:
articleTextView.setText(Html.fromHtml(textForTextView));