Moto wrote: > The following pictures should give you and idea. All I want to do is > or remove it completely or add my own png file with some text, which > is better idea... :P
Your images did not make it through. To remove the title bar from an activity, call getWindow().requestFeature(Window.FEATURE_NO_TITLE); from your activity, perhaps in onCreate(). -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.9 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

