[android-developers] newline in toast text

2010-04-12 Thread arnoldl
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

Re: [android-developers] newline in toast text

2010-04-12 Thread Jason LeBlanc
line1\nline2 On Mon, Apr 12, 2010 at 3:50 AM, arnoldl arn...@fortuin.nl 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