Jason Proctor wrote: > anyone any ideas about this? did the XML layout rules for TabHost > change in 1.5? i now don't have anything at all in my onCreate() > beyond the super() call, and i still get the same TabHost crash. > thanks in advance.
Your FrameLayout needs to be a child of TabHost, not of TabWidget. TabHost has two children: the TabWidget and the FrameLayout. Try that and see if it helps. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

