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

c# - IMAP GMAIL getting folder list problem -

PHP proxy to get XML: problem with URL arguments -