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.
你如何从android中的对话框中删除阴影?
谢谢
彼得,
这应该有效:
dialog.getWindow().clearFlags(LayoutParams.FLAG_DIM_BEHIND);