i'm trying to display a toast...that works.
but i can't find how to start a newline..so that it looks better.

Toast toast = Toast.makeText(this,"line1"+ '\n' + "line2" ,
Toast.LENGTH_LONG);

isn't working.

any ideas's

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to