Revision: 30894
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 25, 2010 01:49 by funkypanda
Initial Code
//Hide the title bar requestWindowFeature(Window.FEATURE_NO_TITLE);
Initial URL
http://developer.android.com/guide/appendix/faq/commontasks.html#configurewindowproperties
Initial Description
Remove the title bar from the activity. (note : the title bar >< notification tray)
Initial Title
Remove title bar on Activity
Initial Tags
android
Initial Language
Java