如何创建通知取消对话框?
我有一条通知,告诉用户正在下载文件及其进度..
我想创建一个对话框,其中一些文本视图显示一些信息和 2 个按钮,分别是“关闭”和“停止”(停止下载)。
我该怎么做?
I have a notification which tells the user that its downloading a file with its progress..
I want to make a dialog with some textviews displaying some info and 2 buttons which are Close and Stop (stops the download).
How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 AlertDialog 类
you can use the AlertDialog Class
您可以使用自定义对话框,其中文本视图在 xml 中定义,并且可以使用 xml 在自定义对话框中设置视图。
你可以这样编码:-
you can use a custom dialog where your text views are defined in xml and you can use your xml to set as view in your custom dialog box.
you can code like this:-