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.
是否可以使用作为按钮动态添加的选项卡?例如,当单击更改为活动或视图的选项卡时,它应该只是以对话框的形式弹出一条消息?
提前致谢
尝试覆盖此方法:
tabHost.setOnTabChangedListener(new OnTabChangeListener() { @Override public void onTabChanged(String tabId) { tabHost.setCurrent(intPositionLastTab); if (tabId == dynamicTabId)) dialogBox(); } });
只需触发一个触发对话框然后完成的活动。