Search code examples
androidactionbarsherlock

How to hide package name from actionbar tab


I am using Sherlock library for action tab bar. I have implemented custom action bar tab.
I want to hide package name from action bar.

I have marked by red color in posted screen shot

enter image description here


Solution

  • you mean setDisplayShowTitleEnabled(false) ?