How to set Custom Dialog background dim?
问题 I made custom dialog and it doesn't make background color dim. I tried this code and it shows with black background. dialog.getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND); Also tried this, but it shows same result. Background is still black. window.setDimAmount(0.5f); This is my CustomDialog layout Code <?xml version="1.0" encoding="utf-8"?> <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:card_view="http://schemas.android