[android-developers] ActionBar for Tablets, Stacked Menu for Phones?

2011-10-23 Thread tobias
Looking for some guidance on whether to use the ActionBar or not. The problem is that the ActionBar takes away a major amount of real estate on the screen. That's not a problem on tablets. It is on phones though for my app. With Ice Cream Sandwich bringing ActionBars to phones, I'm in trouble: I

Re: [android-developers] ActionBar for Tablets, Stacked Menu for Phones?

2011-10-23 Thread Mark Murphy
On Sun, Oct 23, 2011 at 9:39 AM, tobias ecker...@gmx.de wrote: With Ice Cream Sandwich bringing ActionBars to phones, I'm in trouble: I need a way to use the ActionBar on tablet size devices, while using the regular way to display menus on phones. The action bar *is* the regular way to display

Re: [android-developers] ActionBar for Tablets, Stacked Menu for Phones?

2011-10-23 Thread Christopher Van Kirk
I would bite the bullet and find a way to make your app work with the action bar in place. Just resize your game to fit inside the rectangle it leaves behind. On 10/23/2011 9:39 PM, tobias wrote: Looking for some guidance on whether to use the ActionBar or not. The problem is that the