How to Hide/Remove ActionBar from an Activity
1. In the AndroidManifest.xml, add the below line between the activity tags.
<activity android:name="MyActivity"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
....>
2. Compile and run!
Resources:
http://stackoverflow.com/questions/8456835/how-to-disable-action-bar-permanently
Popular Posts
- Select All Text in an EditText on Focus
- android:ellipsize - Add an ellipsis(...) in a TextView
- Cursor getColumnIndexOrThrow - Get the Index for a Column Name
- requestFocus - Set Focus to a TextView, using requestFocus, in Java
- android:drawablePadding - Add Padding to a Drawable in a TextView, in XML
- Solution: Running Android Lint has encountered a problem Failed
- Save LogCat to a Text File
- How to Install an SDK package
- How to Open the SDK Manager
- How to Add a Toast