0

What should I do to remove only the selected tab in android? Is there anything like remove tab or anything that helps me to remove a tab in the TabWidget class or in another class of the Android API?

4

2 回答 2

0

您需要将 TabSpec 保存在 ListArray 中,而不是从 ListArray 中删除当前 TabSpec,然后制作 mTab​​Host.clearAllTabs(),而不是简单地将保存的 TabSpec 循环添加到 TabHost。

于 2015-03-29T14:00:48.940 回答
0

我知道的唯一方法是使用myTabHost.clearAllTabs()并再次添加想要的标签

于 2010-09-27T10:36:57.757 回答