如何使BottomSheetDialog向上滑动而不使屏幕褪色?

最佳答案

bottomSheetDialog.getWindow().clearFlags(WindowManager.Layou‌​tParams.FLAG_DIM_BEH‌​IND);

07-24 20:57