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.

source
share