ActionBar.Tab.setIcon(Drawable)
tab = getActionBar.newTab(); tab.setText(tabText); tab.setIcon(R.drawable.tab_icon);