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.
我有一个选项卡式应用程序,它使用主题 Holo.Light
是否可以在更高 API 的选项卡图标下方显示选项卡的名称,用于操作栏?如果是这样,那怎么办?
您必须创建自定义布局视图并像这样添加
ActionBar.Tab tabA= bar.newTab().setCustomView(R.layout.actionbar_custom_tab);
“actionbar_custom_tab”是我自定义的布局,在这里你可以根据你的要求设置图标和文本视图