Jason Proctor wrote: > thanks. i did wonder whether this was possible, but i ran into all > kinds of crashes inside TabHost until i started doing most of the > setup in Java, which wasn't the idea at all.
I'd publish some code, but the example I have at the ready was for a consulting customer. Trust me, it works -- I'm doing the exact thing you want to (dump the regular title bar, use a graphical "title" in the activity body). In my case, I'm using a RelativeLayout rather than a LinearLayout as the root, but the concept still holds. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 1.5 Programming 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 -~----------~----~----~----~------~----~------~--~---

