如何在 tabWidget 中没有视图的情况下将选项卡添加到 tabHost 中?

发布于 2024-12-17 18:07:56 字数 236 浏览 3 评论 0原文

我想在 tabHost 中隐藏 1 个选项卡指示器视图,因为我将使用另一个按钮来完成此操作。当我以这种方式隐藏它时,问题就出现了:

 getTabHost().getTabWidget().getChildTabViewAt(3).setVisibility(View.GONE);

然后分隔符仍然出现在 tabWidget 中。

知道我该怎么做吗?

谢谢。

I wanna hide 1 tab indicator View in a tabHost , cause i'll use another button to do it . The problem comes when i hide it this way:

 getTabHost().getTabWidget().getChildTabViewAt(3).setVisibility(View.GONE);

Then the separators still appearing in the tabWidget .

Any idea of how can i do it?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深爱不及久伴 2024-12-24 18:07:56

如果我没说错的话,您想更改 tabIndicator 的视图。
如果是这样,则在添加 tab 时使用 setindicator(view)

在 ApiDemoes 中获取更多帮助 tabs1.java

If i am getting you right , you want to change view of tabIndicator .
if so then use setindicator(view) at the time of adding tab .

for more help tabs1.java in ApiDemoes .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文