ActionBar 选项卡不包含 wrap_content

发布于 2024-12-12 20:13:22 字数 162 浏览 0 评论 0原文

我编写了一个在 3.1 中运行的应用程序,它使用带有选项卡的 ActionBar。如果我将操作栏背景设置为与屏幕大小相同的图像,则选项卡将平均划分屏幕宽度。

如果我不设置背景,它们将包裹内容。

我似乎找不到任何关于是否可以使用 style 元素设置的文档。

谢谢

I writing an application that is running in 3.1, that uses an ActionBar with tabs. If I set the action bar background to an image that is the same as size as the screen the tabs divide the screen width equally.

If I don't set a background they will wrap_content.

I can't seem to find any documentation on if this is settable with the style element.

Thanks

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

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

发布评论

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

评论(1

忘年祭陌 2024-12-19 20:13:22

事实证明,如果您以编程方式设置 ActionBar 的背景而不是使用样式元素,它将在选项卡上包裹内容。

It turns out if you set the background of the ActionBar programmatically instead of with a style element it will wrap_content on the tabs.

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