The ActionBarTabs in the Honeycomb ApiDemos does not seem to work. First, the theme of the activity is not set to the Holo theme, so it crashes because there is no action bar (getActionBar() returns null). I fixed this in the Manifest, but then the activity crashes when changing the orientation, because the fragments used are not public and have no empty constructor...
-- 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

