"line1\nline2" On Mon, Apr 12, 2010 at 3:50 AM, arnoldl <[email protected]> wrote:
> 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 [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > 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. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

