On Tue, May 4, 2010 at 12:24 AM, Revathi K J Ramanan < [email protected]> wrote:
> Is it possible to disable title bar display dynamically after setting the > content view by setting the NoTitlebar theme? > Yes. Try this: http://developer.android.com/intl/fr/guide/appendix/faq/commontasks.html#configurewindowproperties <http://developer.android.com/intl/fr/guide/appendix/faq/commontasks.html#configurewindowproperties> > > All the posts I have read told that any title bar changes we can make only > before setContentView() call. > I believe that refers to the theme only being able to be set before setContetView(). You can show / hide the title bar at any time. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

