0

I made a application for Honeycomb tablets and that's all working fine. I use a ActionBar with tabs on the top of the screen for navigating the application. That all works fine.

Now I want to make my app also ready for Google TV. So I installed the Google TV Addon for the Android SDK and installed my app inside it. Now I see that the actionbar has moved to the left. Not a problem. But now comes the problem. The fragment that is loaded when you click on one of the tabs of the actionbar is loaded behind the actionbar. How do I prevent that is falling behind the actionbar?

Peter Fortuin
  • 5,041
  • 8
  • 41
  • 69

1 Answers1

1

There will be an update to the preview Google TV addon in the next few weeks that changes this behavior.