Is it possible to have icons on Action Bar Tabs for Android?
If so, can someone point me to an example of someone who's accomplished it?
Checkout this link ActionBar.Tab.setIcon(Drawable)
Sample code
tab = getActionBar.newTab();
tab.setText(tabText);
tab.setIcon(R.drawable.tab_icon);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With