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 dialog = new ProgressDialog(this); dialog.getWindow().setGravity(Gravity.BOTTOM);
我做了类似的事情,我发现构建一个扩展显示图像和进度微调器的 Dialog 的类更容易。