向 AlertDialog 按钮添加自定义背景

发布于 2024-11-29 23:36:40 字数 57 浏览 0 评论 0原文

是否可以将可绘制资源设置到 AlertDialog 按钮中,以保持过程简单?

谢谢!

Is possible to set a drawable resources into the AlertDialog buttons keeping the process easy?

Thanks!

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

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

发布评论

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

评论(2

唱一曲作罢 2024-12-06 23:36:40

我认为您还询问如何制作自定义按钮以及自定义警报。使用 ImageButton:

http://developer.android.com/reference/android/widget/ ImageButton.html

因此,您需要创建一个如上所述的自定义警报类,然后在布局中使用 ImageButton,以便您可以将按钮图像替换为您想要的任何图像。

I think you are also asking about how to make a custom button as well as a custom alert. Use ImageButton:

http://developer.android.com/reference/android/widget/ImageButton.html

So you will need to both create a custom Alert class as mentioned above and then use ImageButton in the layout so you can replace the button image with whatever you want.

一指流沙 2024-12-06 23:36:40

您无法自定义 AlertDialog 按钮。您可以改用自定义对话框。 自定义 AlertDialog 页脚

以下是详细信息:http://www.helloandroid.com/tutorials/how-display-custom-dialog-your-android-application

You cannot customize AlertDialog buttons. You can use Custom Dialog instead. Customize AlertDialog Footer

Here are details: http://www.helloandroid.com/tutorials/how-display-custom-dialog-your-android-application

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