[android-developers] Getting LinearLayout to wrap contents

2010-03-24 Thread Beginner
Hi, I've got a horizontal LinearLayout that contains a variable number of child LinearLayouts. Right now, the children will just run off the screen if there are too many of them. How would I make the parent layout wrap the children on multiple lines? If this is not possible, should I be using a

Re: [android-developers] Getting LinearLayout to wrap contents

2010-03-24 Thread Mark Murphy
Beginner wrote: I've got a horizontal LinearLayout that contains a variable number of child LinearLayouts. Right now, the children will just run off the screen if there are too many of them. How would I make the parent layout wrap the children on multiple lines? If this is not possible,