I want to hide the titlebar for some of my activities. The problem is that I applied a style to all my activities, therefore I can\'t simply set the theme to @android:
@android:
The title bar can be removed in two ways as mentioned on the developer Android page:
In the manifest.xml file:
manifest.xml
Add the following in application if you want to remove it for all the activities in an app:
application
Or for a particular activity: