是否有可能对操作栏图标的选项卡为Android? [英] Is it possible to have icons on Action Bar Tabs for Android?

查看:87
本文介绍了是否有可能对操作栏图标的选项卡为Android?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可能对操作栏图标的选项卡为Android?

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?

推荐答案

结帐此链接<一个href="http://developer.android.com/reference/android/app/ActionBar.Tab.html#setIcon%28android.graphics.drawable.Drawable%29"><$c$c>ActionBar.Tab.setIcon(Drawable)
样品code

Checkout this link ActionBar.Tab.setIcon(Drawable)
Sample code

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

这篇关于是否有可能对操作栏图标的选项卡为Android?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆