如何向 tabwidget 添加多个选项卡

发布于 2024-11-26 01:07:41 字数 78 浏览 0 评论 0原文

向 tadwidget 添加多个选项卡的最佳方法是什么?我需要添加至少 7 个标签,而且我不希望它们看起来太紧。还有其他组件可以做到这一点吗?

Whats the best way to add many tabs to the tadwidget? I need to add at least 7 tabs, and I dont want them to look too tight. Is there some other component to do this?

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

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

发布评论

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

评论(1

筱果果 2024-12-03 01:07:41
  1. 向选项卡小部件添加任意数量的选项卡
  2. 将 tabWidget 的可见性更改为 GONE
  3. 现在实现您的nice 组件来选择页面

    • 每次这个不错的组件更改选择调用时:

      tabHost.setCurrentTab(the_page_index);
      
  1. Add as many Tabs as you want to the tab widget
  2. Change the tabWidget's Visibility to GONE
  3. Now Implement your nice component to select a page

    • Every time this nice component changes the selection call:

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