Android Dialog 去掉遮罩层(全透明) 星辰皓月 • 2019年1月25日 • 发表评论 java版本 dialog.getWindow().setDimAmount(0f); kotlin版本 window.setDimAmount(0f) 阅读全文 »已阅读 2,641 次