I\'m trying to remove/disable the ActionBar. I tried to put in the Manifest:
For android studio You can go to styles.xml and change
parent="Theme.AppCompat.Light.DarkActionBar"
to
parent="Theme.AppCompat.Light.NoActionBar"
and in Eclipse it can be changed in manifest file