Android 定位进度对话框或自定义进度对话框
我不知道如何定位进度对话框(带有旋转图像的对话框)。当我的应用程序启动时,它会显示全屏图像和进度对话框。我需要将进度对话框移低一点。
谢谢 拉杰什
I don't know how to position the progress dialog(the one with the rotating image). When my application starts its display an full screen image and a progress dialog box. I need to moved the progress dialog box a little lower.
Thanks
Rajesh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经尝试过这个并且有效:
I've tried this one and works:
我做了类似的事情,我发现构建一个扩展 Dialog 的类来显示图像和进度微调器更容易。
I do a similar thing and I found that it was just easier to build a class that extends Dialog that shows the image and the Progress spinner.