更改 ProgressDialog 的样式
是否可以更改进度对话框的 ProgressBar 样式。如果是,那我该怎么办呢?
Is it possible to change ProgressBar style of progress dialog. If yes, then how can I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以这样设置进度对话框的样式:
创建一个带有环形形状(circular_progress_dialog.xml)的可绘制文件
,用于设置进度条的样式
注意您的“android:inminatedDrawable”属性
您可以创建一个
ProgressDialog
实例并使用以下命令添加您的样式You can style your progress dialog this way:
create a drawable file with your ring shape (circular_progress_dialog.xml)
one to style your progress bar
Notice your "android:indeterminateDrawable" property
Yout can create an instance of
ProgressDialog
and add your style with