Tuesday, August 17, 2010

TextView and NewLine in Java

One way to save on the number of nodes in your UI is to use the '\n' newline in TextView as show in this page.

http://stackoverflow.com/questions/2840608/how-do-i-add-a-newline-to-a-textview-in-android

No comments: