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.
有什么简单的方法可以关闭机器人中的当前选项卡或单个选项卡吗?我不想清除所有选项卡并添加所需的选项卡?
请给我建议。提前致谢。
关于卡维亚
我有同样的问题,但我没有通过关闭标签来解决它。我的解决方案是:将选项卡的可见性设置为 View.GONE 并且选项卡将不可见。
TabHost tabs=getTabHost(); tabs.getCurrentTabView().setVisibility(View.GONE);