Sena wrote: > I suppose I'll just have to add children to a LinearLayout > programmatically.
Why not put everything formerly in the ScrollView into the ListView? That's been covered on this list at least twice in the past week, 'cause I'm beginning to sound like a broken record on the subject... ;-) Either use ListView's addHeaderView()/addFooterView() or try my MergeAdapter: https://github.com/commonsguy/cwac-merge/tree -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

