更改对话框按钮面板的背景

发布于 2024-12-13 02:19:25 字数 157 浏览 2 评论 0原文

我正在尝试自定义 DatePickerDialog 以使背景全白。 如果我这样做

datePickerDialog.setInverseBackgroundForced(true);

背景是白色的,但按钮后面的面板仍然是灰色的。

如何指定该面板的颜色?

I'm trying to customise the DatePickerDialog so that the background is all white.
If I do

datePickerDialog.setInverseBackgroundForced(true);

the background is white but the panel behind the buttons remains gray.

How do I specify a colour for this panel?

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

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

发布评论

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

评论(1

时光礼记 2024-12-20 02:19:25

由于 DatePickerDialog 扩展了 Dialog,因此您可以设置所需的布局和主题,覆盖现有主题。因此,您可以检查自定义对话框:http://developer.android。 com/guide/topics/ui/dialogs.html#CustomDialog

Since DatePickerDialog extends Dialog, you can set the layout and theming that you want, overriding the existing theme. So, you could check about custom dialogs: http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog

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