SyntaxFix
Write A Post
Hire A Developer
Questions
This worked for me, maybe someone will find out this helpful:
TextView textField = (TextView) findViewById(R.id.textview1); textField.setText("First line of text" + System.getProperty("line.separator") + "Linija 2");