[android-developers] FEATURE_CUSTOM_TITLE and HoneyComb
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home