On Sat, Apr 3, 2010 at 11:24 AM, oviroa <[email protected]> wrote: > I need to add a drawable background to a GridView that scrolls with > the grid, instead of having the grid scroll on top of the background. > I figured the easiest way is to disable the scrolling and nest the > grid inside a ScrollView. Is that possible? >
How about this: http://code.google.com/p/android/issues/detail?id=4051 It is implementing a GridView inside the ScrollView, and highlighted the problem with it. It also gave a length explanation on why this is NOT recommended. > -- > 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 > > To unsubscribe, reply using "remove me" as the subject. > -- Regards, Peter Teoh -- 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

