How to draw on ActionBar tab when using ActionBarSherlock in Android?
问题 I am using ActionBarSherlock to provide ActionBars for pre HoneyComb devices. My Activity has four fragments namely 1. User 2. Chat 3. Video 4. Extra, see image I have created actionBar using following code:- actionBar = getSupportActionBar(); actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS); actionBar.setTitle("Meeting"); actionBar.setDisplayShowHomeEnabled(false); actionBar.setDisplayShowCustomEnabled(false); actionBar.setDisplayShowTitleEnabled(false); /* Set Custom view */