Is there a way to implement an ActionBar without displaying the Notification Bar(Clock, Battery, etc..) ?
If I set "@android:style/Theme.NoTitleBar.Fullscreen"
I can't get the ActionBar using getActionBar
, and if I use the requestFeature(Window.FEATURE_ACTION_BAR)
function I get an error.
Can you please help me?