在进度对话框中设置自定义背景

发布于 2024-12-28 22:48:27 字数 61 浏览 1 评论 0原文

是否可以设置正在进行对话框的背景?我没有使用 xml 文件。我正在 andengine 活动中创建并显示它。

Is it possible to set a background in progress dialog?? I am not using xml files. I am creating and displaying it in andengine activity.

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

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

发布评论

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

评论(1

遗失的美好 2025-01-04 22:48:27

您可以借助自定义对话框而不是使用进度对话框来完成此操作。自定义对话框将是实现此目的的更好方法。请点击链接。您还可以

android:background="@android:color/transparent" 

在父布局的背景属性中使用以使其透明。

希望这能解决您的问题

You can do this with the help of custom dialog instead of using progress dialog. Custom dialog will be a better approach to do this . Follow the link. You can also use

android:background="@android:color/transparent" 

in the background property of the parent layout in order to make it transparent.

Hope this will solve your problem

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