如何在 Google TV 中使用 ActionBar?
我为 Honeycomb 平板电脑制作了一个应用程序,一切正常。我使用屏幕顶部带有选项卡的 ActionBar 来导航应用程序。一切都很好。
现在我想让我的应用程序也为 Google TV 做好准备。因此,我为 Android SDK 安装了 Google TV Addon,并在其中安装了我的应用程序。现在我看到操作栏已移至左侧。不是问题。但现在问题来了。单击操作栏的选项卡之一时加载的片段将加载到操作栏后面。如何防止它落在操作栏后面?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
未来几周内,预览版 Google TV 插件将进行更新,从而改变这种行为。
There will be an update to the preview Google TV addon in the next few weeks that changes this behavior.