Write a paragraph using textview on Android -


i want write paragraph part of mobile application. how go it?

use \n break line.

example:

textview t = findviewbyid(r.id.text); t.settext("this first line\nthis second line\nthird line..."); 

Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -