How do I remove the top title bar that\'s default in an Android app?
The g
Try this:
requestWindowFeature(Window.FEATURE_NO_TITLE);