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.
我想实现将下载数据并将其设置为 ActionBar 选项卡的应用程序。我已经实现了它,但我还有一件事要做。我尝试添加操作栏列表,比如这个,但是android不允许同时使用选项卡和列表:(按下列表中的一项后,应用程序应该下载相应的数据并将其放入我的应用程序。(示例)那我该怎么做?有什么方法可以在操作栏中安装微调器吗?如果是,请提供示例。
我可以这样做:
bar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);
navigation 是tabs,但 ActionBar 有一个自定义视图。
bar.setCustomView(R.layout.custom_actionbar); bar.setDisplayShowCustomEnabled(true);
custom_actionbar包含spinner. _
custom_actionbar
spinner