[android-beginners] Re: Having Problems with Layout

2009-04-08 Thread rch
Thanks for all the responses.. Using vertical works fine.. On Apr 1, 12:08 pm, Glen Humphrey glendon.humphr...@gmail.com wrote: Try this. android:orientation=vertical On Apr 1, 8:57 am, Mike Wolfson mwolf...@gmail.com wrote: You could: - Use a different layout (grid perhaps), which

[android-beginners] Re: Having Problems with Layout

2009-04-01 Thread Mike Wolfson
You could: - Use a different layout (grid perhaps), which would allow you to define your layout more directly - set specific width values (instead of fill_parent) which would force the layout you want. Not sure what might be happenning with this layout (not able to mess with it at work), but