0

I wrote a simple Android program with 2 tabs. Tab 1 has a button which will open a new window. But I realized that when opening this new window, the Android tab bar will be hidden.

I'd like to always show the Android tab bar. Can anyone tell me how to do that?

Jason Plank
  • 2,336
  • 5
  • 31
  • 40
anticafe
  • 6,816
  • 9
  • 43
  • 74
  • You'll need to create a content container and load your content there, so your tabs aren't covered up. – Ben Jan 06 '11 at 02:28

1 Answers1

0

You should see this post, he explained the same thing in very detail Launching activities within a tab in Android

Community
  • 1
  • 1
Adeel Pervaiz
  • 1,336
  • 10
  • 11