Hello
Is it possible to have a layout like this?

Linear Layout
  - button
  - scrollview
  --- Gridview

I.e. Linear layout at top with two children, button and scrollview.  The
scrollview has one layout inside it which is a gridview.

When I do this, I get a button at top of the screen and a grid below it.
 However, the grid is about 1/5 of the screen and it does not expand to fit
the rest of the screen vertically.

I've tried to add fill_parent for the grid, scroll and linear layout props
but it does not change anything.

-- 
John F. Davis

独树一帜

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to