📜  在适配器中显示底页 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:47.451000             🧑  作者: Mango

代码示例1
BottomSheetDialogFragment bottomSheetDialogFragment = new BottomsheetDialog();               
bottomSheetDialogFragment.show(((FragmentActivity)mContext).getSupportFragmentManager(), bottomSheetDialogFragment.getTag());