Commit 6e3cff9b authored by wanglei's avatar wanglei

...

parent e51901db
......@@ -330,7 +330,7 @@ object DialogViews {
dialog.window?.setBackgroundDrawableResource(android.R.color.transparent)
val lp: WindowManager.LayoutParams? = dialog.window?.attributes
lp?.alpha = 1f
lp?.dimAmount = 0.0f
// lp?.dimAmount = 0.0f
dialog.window?.setAttributes(lp)
binding.root.setBackgroundColor(ContextCompat.getColor(this, android.R.color.transparent))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment