ActionBar 选项卡不包含 wrap_content
我编写了一个在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,如果您以编程方式设置 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.