The app has an ActionBar, and the ActionBar has Navigation Tabs, each containing text. I need to add icons to the tabs, in addition to the text.
I have added the icons using ActionBar.Tab.setIcon(drawable) successfully, but the icon shows to the left of the tab text.
How do I move the tab icon so it is ABOVE the navigation tab text?
(I’m using ActionBarSherlock, but figure the solution to this will work across native and ABS implementations)
You can set a custom view to each tab.
https://gist.github.com/3167287
PropositionListActivity.java
tab_to_opine.xml