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...");
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
Post a Comment