I know this question has been asked million times but whichever method I use is not good for me.
If I use
android:theme=\"@android:style/Theme.NoTit
If you have made a custom theme in styles.xml you can do this:
To remove the Action bar and title add to styles.xml:
Then in your AndroidManifest.xml you can use your custom theme with or without the action bar
<---- With action bar <---- No action bar etc...