I\'m trying to remove/disable the ActionBar. I tried to put in the Manifest:
You can try this. It works for me
Add it in style.xml
and use the style at manifest.xml.
android:theme="@style/AppTheme.NoActionBar"