How do I make an activity full screen? I mean without the notification bar. Any ideas?
If you don't want to use the theme @android:style/Theme.NoTitleBar.Fullscreen because you are already using a theme of you own, you can use android:windowFullscreen.
@android:style/Theme.NoTitleBar.Fullscreen
android:windowFullscreen
In AndroidManifest.xml:
In styles.xml: