如何在 2 窗格首选项屏幕中添加背景?

发布于 2024-11-26 06:08:18 字数 107 浏览 2 评论 0原文

在我的应用程序中,我按照 API 演示示例制作了一个 2 窗格首选项屏幕。但我没有得到任何背景 标题窗格。它是完全透明的。 我需要为标题添加 imagebuttons 吗?

in my app, i made a 2 pane preference screen following the API Demos examples. but i am not getting any background for the
header pane. it is totally transparent.
do i need to add imagebuttons for the headers?

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

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

发布评论

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

评论(1

不知所踪 2024-12-03 06:08:18

我不熟悉 Honeycomb,但我假设 View 子类将具有 XML 属性 backgroundsetBackgroundResource(int)。检查是否可以获得标题窗格的视图/布局以向其添加背景。

I am not familiar with Honeycomb but I assume View subclasses will have the XML attribute background, or setBackgroundResource(int). Check to see if you can get the view/layout of the header pane to add a background to it.

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