Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用进度对话框。默认情况下它会全屏打开,所以我可以调整它的大小。
请让我知道答案。
谢谢
查看文档(ProgressDialog)我找不到任何方法来更改此对话框的大小。
我认为您有 2 个选项,您可以扩展ProgressDialog类或创建自定义对话框。有关 Android 中对话框的更多信息在这里:对话框
ProgressDialog