I want to remove the icon on action bar and i want to display only title. I did it by using
ActionBar.setDisplayUseLogoEnabled(false);
and
ActionBar.setDisplayShowHomeEnabled(false);
But the action bar is showing below the tab.so please help me how to solve the issue. thanks in advance.`