[android-developers] Re: Flow or Multiline layout?

2009-07-13 Thread Ravi
I've been trying to write this using the general approach of making a class MultiLinearLayout that extends LinearLayout (vertical) and is composed of an ArrayList of horizontal LinearLayout's with the addView method overwritten to stick the view in the last horizontal LinearLayout if it fits, or

[android-developers] Re: Flow or Multiline layout?

2009-06-21 Thread Romain Guy
There's no such layout by default but it's pretty easy to write one. On Sat, Jun 20, 2009 at 4:41 PM, Sebastiansdelm...@gmail.com wrote: Is there a way to do a linear layout with multiple lines? I want to lay out a variable set of buttons with variable labels, so I'd like to use a layout