我需要在对话框周围添加自定义边距。有什么建议吗?(对话框位置顶部:100像素,左侧50像素等) 最佳答案 试试这个dialog.getWindow().getDecorView().setTop(100); dialog.getWindow().getDecorView().setLeft(100);