Re: [android-developers] Re: 4.0 Action Bar - remove app title.

2012-02-08 Thread Mark Murphy
On Tue, Feb 7, 2012 at 6:27 PM, Chris wrote: > How does the Gmail map in ICS do it then?  They have the app title as > a drop down. That is not the app title. That is NAVIGATION_MODE_LIST. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.co

[android-developers] Re: 4.0 Action Bar - remove app title.

2012-02-07 Thread Chris
How does the Gmail map in ICS do it then? They have the app title as a drop down. On Dec 22 2011, 2:33 pm, Nathan wrote: > Oh, and using the "always" tag even works without removing the app > title. The app title actually does fit in landscape mode and > disappears in portrait mode. > > So if so

[android-developers] Re: 4.0 Action Bar - remove app title.

2011-12-22 Thread Nathan
Oh, and using the "always" tag even works without removing the app title. The app title actually does fit in landscape mode and disappears in portrait mode. So if someone else was thinking of pulling out the title to make room, you can probably skip it. Nathan -- You received this message becau

Re: [android-developers] Re: 4.0 Action Bar - remove app title.

2011-12-22 Thread Mark Murphy
On Thu, Dec 22, 2011 at 2:38 PM, Nathan wrote: > But here is what I found. By changing some of the menu items from > android:showAsAction= "ifRoom" to "always", I can get it to show four > action buttons, plus the overflow button when there is no hardware > menu key. You'd think "ifRoom" would wor

[android-developers] Re: 4.0 Action Bar - remove app title.

2011-12-22 Thread Nathan
On Dec 22, 4:11 am, Mark Murphy wrote: > On Thu, Dec 22, 2011 at 1:20 AM, Nathan wrote: > > Half of the Actionbar is still set aside for the nonexistent title. > > And the nonexistent tabs, the nonexistent Spinner, and the nonexistent > custom navigation. Probably they are leaving that space in c

Re: [android-developers] Re: 4.0 Action Bar - remove app title.

2011-12-22 Thread Mark Murphy
On Thu, Dec 22, 2011 at 1:20 AM, Nathan wrote: > Half of the Actionbar is still set aside for the nonexistent title. And the nonexistent tabs, the nonexistent Spinner, and the nonexistent custom navigation. Probably they are leaving that space in case you enable any of those. > My hope was to fi

[android-developers] Re: 4.0 Action Bar - remove app title.

2011-12-21 Thread Nathan
On Dec 19, 11:02 am, Andrew wrote: > hmm, can't you just do SetTitle("") on theActionBar? > setTitle(""); just leaves the title blank. BUT setDisplayShowTitleEnabled(false); also just leaves the title blank. But neither of them give any more room for actions. Half of the Actionbar is still se

[android-developers] Re: 4.0 Action Bar - remove app title.

2011-12-20 Thread Andrew
hmm, can't you just do SetTitle("") on the ActionBar? On Dec 19, 1:56 pm, Nathan wrote: > I looked here, but I didn't find it. I could have missed it: > > http://developer.android.com/intl/de/guide/topics/ui/actionbar.html > > In ICS, they can't display my entire app name anyway. > > I'd like to

[android-developers] Re: 4.0 Action Bar - remove app title.

2011-12-19 Thread Nathan
On Dec 19, 12:06 pm, Mark Murphy wrote: > Call setDisplayShowTitleEnabled(false) on the ActionBar. Thanks. I'm going to have to do some reflection. Nathan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email