Google TV Android 中操作栏的宽度
如何更改 Google TV 插件 [Honeycomb 3.1] 中 ActionBar 的宽度?
How change the ActionBar's Width in Google TV addon [Honeycomb 3.1]?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个更新的插件,可以将 ActionBar 恢复到顶部 - 所以它现在与屏幕一样宽。我们已在 http://code.google.com/p/ 上发布了 LeftNavBar 示例代码googletv-android-samples/(单击源)您可以在平板电脑上使用此代码。
它提供了与我们之前类似的功能,并且符合我们推荐的 UI 指南。您可以将左侧的 LNB 隐藏、最小化或展开,并且展开后可以覆盖您的内容或根据应用程序的需要将其推到一边。
一探究竟!
There's an updated AddOn, that restores the ActionBar to the top - so it's now as wide as the screen. We've released LeftNavBar sample code at http://code.google.com/p/googletv-android-samples/ (Click on Source) You can use this code on a tablet.
That provides similar functionality to what we had before, and goes with our recommended UI Guidelines. You can have your LNB on the left as hidden, minimized, or expanded, and expanded can be overlaid on your content or push it aside as needed by your app.
Check it out!