解决bottomSheetDialogFragment设置背景样式失败的问题

dialog.setContentView(view);

dialog.getDelegate().findViewById(android.support.design.R.id.design_bottom_sheet)

.setBackgroundColor(context.getResources().getColor(R.color.transparent));

第二句,设置它的背景为透明色,必须在setcontentView后面否则会报错。

解决bottomSheetDialogFragment设置背景样式失败的问题。

去掉BottomSheetDialogFragment自带的白色背景。

你可能感兴趣的:(解决bottomSheetDialogFragment设置背景样式失败的问题)