如何使BottomSheetDialog向上滑动而不使屏幕褪色? 最佳答案 bottomSheetDialog.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND);