SyntaxFix
Write A Post
Hire A Developer
Questions
You can set it as a no title bar theme in the activity's xml in the AndroidManifest
<activity android:name=".AnActivity" android:label="@string/a_string" android:theme="@android:style/Theme.NoTitleBar"> </activity>