Skip to content

Files

Latest commit

Sep 26, 2021
7b3c72a · Sep 26, 2021

History

History
15 lines (8 loc) · 364 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 364 Bytes

HeadFirstFragment

  • Fragment
  • DialogFragment
  • BottomSheetDialogFragment

注意:DialogFragment 传参也是需要用 arguments 的。

HFDefaultDialogFragment : 一个把 DialogFragment 用作 Dialog 的最基础的示例;

HFCustomWidthHeightDialogFragment : 一个自定义宽高的 DialogFragment;

HFCustomViewDialogFragment : 自定义布局;