Is there a way, how to delete actionbar (all his tabs and settings)?
I'm trying something like:
public void setUpActionBar(int selTab) {
if (thereIsSomeActionBar){
deleteThatActionBar();
}
ActionBar actionBar = getSupportActionBar();
....set up new actionbar
}