On Thu, Jun 10, 2010 at 8:10 AM, manigault <manig...@gmail.com> wrote:

> I have LinearLayout with four item orientated vertically and with set
> LayoutWidth = 1.0 to fill the whole screen.
>

LayoutWidth = 1.0? Is that right? You probably want fill_parent.


> So any ideas
>

Since the weights are all equal, just remove them, it doesn't make sense.
Try setting the heights to wrap_content so they take up as much space as
they need, not try to fill the whole parent.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to