Slater wrote:
> My main UI has a tabular layout containing 3 tabs. On one of my tabs,
> I display a List and upon clicking a list item, I want a new view
> (containing another list) to overlap the existing tab content. My
> current implementation starts a new List Activity when list item is
> clicked, but that List activity as expected takes up the entire window
> thereby hiding my tabs.
> 
> Any help is highly appreciated.

You could use a ViewFlipper:

http://androidguys.com/2008/08/14/flipping-your-views/

Basically, your two ListViews would be children of the ViewFlipper, and 
when the first list selection is made, you'd flip to the second list.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.1 Published!

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to