HeadFirstFragment Fragment DialogFragment BottomSheetDialogFragment 注意:DialogFragment 传参也是需要用 arguments 的。 HFDefaultDialogFragment : 一个把 DialogFragment 用作 Dialog 的最基础的示例; HFCustomWidthHeightDialogFragment : 一个自定义宽高的 DialogFragment; HFCustomViewDialogFragment : 自定义布局;