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

