> It seems it would be easy enough to do: the scrollability of a > GridView needs to be optional, so you could put it into a ListView and > it would remain full height.
Scrollability in GridView will not become optional. > There doesn't seem to be a need for each of the ListView elements to > be the same size. I just tried a work-around where I just naively put > stacked text views in a LinearLayout and, while that's ugly and > unacceptable, it does work and leads to list elements that are > different sizes. ListView supports items of different heights, that is not an issue :) > I also tried a Spinner and that seems to work, although it shows only > the first line and when you click on it you have to select in the pop- > up list to get it to go away. That's how Spinner works :) -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them -- 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

