How do I remove the top title bar that\'s default in an Android app?
The g
Go into manifest file
Click the "Application" tab on the bottom (as shown)
Enter @android:style/Theme.NoTitleBar (as shown)
@android:style/Theme.NoTitleBar