> I found this question asked over a year ago but no solution was found:
>
> http://groups.google.com/group/android-developers/browse_thread/thread/15d8e7e8bc46d279/4e11259e78e6d654
>
> Essentially, I want to use a LinearLayout with horizontal orientation,
> but when the child views' total width is greater than the width of the
> screen, to wrap to the next line/row. In particular, I'm using a
> RadioGroup (with radio buttons determined at runtime) where it would
> be much better to do this wrapping rather than use vertical
> orientation.
>
> Is there a layout that supports this?

No, sorry. You theoretically can create your own custom layout that has
this property.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html


-- 
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

Reply via email to