What about adding the extra views as header/footer views to the
ListView?

On Jul 2, 7:58 pm, Dianne Hackborn <hack...@android.com> wrote:
> Or put all of your list item views directly inside of the scroll view, not
> inside a list view container.  This is essentially what would have to happen
> when you put a list view inside of a scroll view, because a scroll view is
> an infinitely high container, so the list view expands to be as large as
> needed for all of its items.
>
>
>
> On Thu, Jul 2, 2009 at 7:40 AM, Mark Murphy <mmur...@commonsware.com> wrote:
>
> > > So, as per my follow-on post that you so gracefully deleted ;-), what
> > > would you, or anyone else reading this, recommend for my situation?
>
> > Use tabs.
>
> > Or, use ViewFlipper or one of its kin and create your own setup for
> > flipping between the list and the rest of the contents of the ScrollView.
>
> > Or, use separate activities.
>
> > Or, use a Spinner instead of a ListView.
>
> > Or, dynamically create a bunch of RadioButtons in a RadioGroup instead of
> > a ListView.
>
> > Or, use a dialog.
>
> > I'm sure there are other options besides those six.
>
> > --
> > Mark Murphy (a Commons Guy)
> >http://commonsware.com
> > Android App Developer Books:http://commonsware.com/books.html
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  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 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