黑莓:更改屏幕菜单的背景颜色?

发布于 2024-12-01 02:07:19 字数 28 浏览 2 评论 0原文

是否可以更改屏幕菜单的默认背景颜色蓝灰色?

Is it possible to change the background color of a screen's menu from the blueish-grayish color that is the default?

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

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

发布评论

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

评论(1

给我一枪 2024-12-08 02:07:19

您可以使用 public void setBackground(Background background) [net.rim.device.api.ui.component.Menu] 更改背景。空值将提供默认背景(系统主题)。 (自 BlackBerry API 5.0.0 起)

You can use public void setBackground(Background background) [net.rim.device.api.ui.component.Menu] to change the background. A Null value will provide default background (system theme). (since BlackBerry API 5.0.0)

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