Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android 的操作栏选项卡上是否可以有图标?
如果是这样,有人可以指点我一个完成它的人的例子吗?
查看此链接 示例代码ActionBar.Tab.setIcon(Drawable)
ActionBar.Tab.setIcon(Drawable)
tab = getActionBar.newTab(); tab.setText(tabText); tab.setIcon(R.drawable.tab_icon);