[android-developers] Re: Automatic word wrap for views?

2012-01-31 Thread String
Won't a GridView do that? String -- 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] Re: Automatic word wrap for views?

2012-01-30 Thread Guy Smith
The WritingLayout class in https://groups.google.com/forum/#!topic/android-developers/ksS0cBFmxxE may be useful. -- 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

[android-developers] Re: Automatic word wrap for views?

2008-10-10 Thread Stoyan Damov
http://code.google.com/android/reference/android/widget/TableLayout.html On Fri, Oct 10, 2008 at 8:08 PM, Nikkelitous [EMAIL PROTECTED] wrote: Is there any way to automatically wrap widgets within a view? I'd like a display with a series of number buttons. I'd like to have them show up as 4

[android-developers] Re: Automatic word wrap for views?

2008-10-10 Thread Stoyan Damov
I'm sorry, I should have paid attention to but is there any easy/automatic way to do this? part of your post. I don't know of such a layout. You'll probably need to handle the orientation change. Cheers On Fri, Oct 10, 2008 at 8:31 PM, Nikkelitous [EMAIL PROTECTED] wrote: That lets me put

[android-developers] Re: Automatic word wrap for views?

2008-10-10 Thread Nikkelitous
Yeah, was worried about that. I just hate the idea of putting the UI into the code. I guess I'll have to create multiple UI views and hope that other hardware devices are similar in screen layout. Thanks. On Oct 10, 12:49 pm, Stoyan Damov [EMAIL PROTECTED] wrote: I'm sorry, I should have