Android: Is it possible to hide the top of the action bar but keep the bottom bar with overflow buttons

I am currently using ActionbarSherlock.

My apps currently have a panel at the top and a panel at the bottom with crowded buttons.

I want to customize the title bar and do not want to try to use the theme of the title bar of the action bar, but I want to save the bottom bar with the buttons.

Can I hide part of the ActionBar title bar?

ActionBar (). hide () hides the top and bottom columns.

enter image description here

+5
source share
1 answer

( " " ): uiOptions = "​​splitActionBarWhenNarrow" . setDisplayShowHomeEnabled (false) setDisplayShowTitleEnabled (false). - now empty.

+3

All Articles