如何在 2 窗格首选项屏幕中添加背景?
在我的应用程序中,我按照 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉 Honeycomb,但我假设 View 子类将具有 XML 属性
background
或setBackgroundResource(int)
。检查是否可以获得标题窗格的视图/布局以向其添加背景。I am not familiar with Honeycomb but I assume View subclasses will have the XML attribute
background
, orsetBackgroundResource(int)
. Check to see if you can get the view/layout of the header pane to add a background to it.