Hi!

I'm trying to create an application with an persistent "menu" at the
bottom for displaying different Activites. Think of it like a custom
tabbed layout. I need the applications to be stand alone so using
views won't work (unless I've missed something).

I've created a main window using a FrameLayout and a Linearlayout to
hold menu items. But whenever I start an Activity inside the
FrameLayout it takes all the focus and no interaction can be done with
the items inside the LinearLayout.

Any suggestions on how to accomplish this type of behavior?

CODE:
http://pastebin.com/nySA8k4A

-- 
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