Michael wrote:
> Cam,
> 
> I'm an amateur coder... but I believe you need to take the linear view
> out completely. Try it with this structure:
> 
> <LinearLayout>
>     <ScrollView>
>        <ListView>

Do not wrap a ListView in a ScrollView. ScrollView is for use with
widgets that do not know how to scroll; ListView already can scroll its
own contents.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 2.8
Available!
-- 
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

Reply via email to