如何去除BottomSheetDialog引起的淡入淡出?
How to remove the fade caused by BottomSheetDialog?
如何让BottomSheetDialog向上滑动不掉屏?
bottomSheetDialog.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND);
如何让BottomSheetDialog向上滑动不掉屏?
bottomSheetDialog.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND);