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.
我的问题是当时显示对话框时我可以在对话框外单击,那时我的对话框会自动关闭。我能做些什么。请发送带有代码的答案。谢谢。
嗨,此行用于关闭对话框。
dialog.setCanceledOnTouchOutside(true);
此行用于不关闭对话框。
dialog.setCanceledOnTouchOutside(false);