Im trying to remove the titlebar at the top of my app.
I know this can be done by adding, @android:style/Theme.NoTitleBar
to the manifest. The thing is that this makes the Holo theme disappear on 3.0+ devices.
Are there anyway I can remove the titlebar and keep the orginal theme?
-EDIT-
Unforiunally this line @android:style/Theme.Holo.NoActionBar
requires api level above 11.