使 TabWidget 的大小变大

发布于 2024-11-25 20:54:19 字数 76 浏览 2 评论 0原文

我有一些内容和选项卡小部件的默认大小,我在选项卡小部件中有自定义视图,我想让他更大一点。我该怎么做?我还需要知道如何更改选项卡之间的间隙。

I have some default size for the content and the tabwidget, well I have custom views in the tabwidget and I want to make him a little bit bigger. How can I do this ? also I need to know how to change the gap between tabs.

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

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

发布评论

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

评论(1

谈场末日恋爱 2024-12-02 20:54:19

使用布局 android.R.layout.tab_content 源作为模板。您可以做一些简单的事情,例如增加填充或边距,或者您想要的任何事情。当您使用 newTabSpec 创建选项卡时,将自定义布局设置为指示器。

Use the layout android.R.layout.tab_content source as a template. You can do something easy like increase the padding or margin, or just about anything you want. When you create your tabs with newTabSpec, set your custom layout as the indicator.

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