How change the ActionBar's Width in Google TV addon [Honeycomb 3.1]?
Asked
Active
Viewed 409 times
1 Answers
1
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!

Les Vogel - Google DevRel
- 7,092
- 1
- 25
- 39
-
Is the expectation that developers will import the 'LeftNavBarLibrary' into projects and use that directly? Or is there something built into the GoogleTV-addon to replicate this library? – powerj1984 Nov 21 '11 at 18:52
-
1At the moment, the direction is to import the library into your project and use it directly. Some developers will modify the library to suit their needs. – Les Vogel - Google DevRel Nov 22 '11 at 04:03