OK, but now I am lost. I stopped calling
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); AND getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.custom_title_1); So I am not missing with the Window Title. I am not getting a custom view in the title anymore, but I am getting a prehoneycomb style title bar with my app name and nothing else. The documentation states: "The Action Bar is a widget for activities that replaces the traditional title bar at the top of the screen. By default, the Action Bar includes the application logo on the left side, followed by the activity title, and access to items from the Options Menu in a drop- down list on the right side." So how do i get that default state? What else could I be doing to stop the Action Bar from occurring? I don't see anything special that the ApiDemos do to make it show up. Nathan On Mar 16, 2:59 pm, Mark Murphy <[email protected]> wrote: > Use your custom title on pre-Honeycomb devices and drop it in favor of > an action bar for Honeycomb. The "little icon, a clickable textview > link, and an integer" would be replaced by a clickable icon and > text+integer as the title. > > > > > > > > > > On Wed, Mar 16, 2011 at 5:55 PM, Nathan <[email protected]> wrote: > > At first glance, it appears that calling > > requestWindowFeature(Window.FEATURE_CUSTOM_TITLE) is a bad idea on > > HoneyComb. > > > Action bars and menus are covered up. > > > One user (of the grand total of 7 who have used my app on HoneyComb) > > believes that the menu stopped showing up with my latest update that > > targeted SDK 11. I can't confirm that - it might have been in some > > sort of compatibility mode before then. > > > The APIDemos example for custom title suffers from the same flaw. If > > it did have a menu, it would be covered up in HoneyComb. > > > Anyway, I'm looking for a good alternative. I can't afford to go all > > out for HoneyComb for those 7 users yet. > > > The custom title view has a little icon, a clickable textview link, > > and an integer. > > > Perhaps an actionbar item would work. It can have an icon and text, > > though I think only the icon would display. > > > Any good ideas? > > > Nathan > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android App Developer Books:http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

