2

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?

kaderud
  • 5,457
  • 2
  • 36
  • 49
rPulvi
  • 946
  • 8
  • 33
  • show on this thread http://stackoverflow.com/questions/11379916/adding-an-action-bar-to-theme-black-notitlebar-android maybe there is a solution for you... – StefMa Jan 31 '13 at 10:51
  • 1
    Thank you Stefan. I have read that question, but after reading http://stackoverflow.com/questions/12569450/android-theme-fullscreen-and-the-action-bar?rq=1 I get the solution that there is no way to show an Action Bar in full screen mode :( – rPulvi Jan 31 '13 at 11:15
  • 1
    "Is there a way to implement an ActionBar without displaying the Notification Bar" -- not that I am aware of. – CommonsWare Jan 31 '13 at 14:22
  • http://stackoverflow.com/questions/18069660/how-can-i-keep-the-action-title-bar-but-hide-the-notification-bar – Nikunj Patel Oct 29 '13 at 07:56
  • Check [this](http://stackoverflow.com/questions/2591036/how-to-hide-the-title-bar-for-an-activity-in-xml-with-existing-custom-theme) post. – Iman Marashi Jan 11 '15 at 18:35

0 Answers0