AppCompatDialogFragment

A special version of DialogFragment which uses an AppCompatDialog in place of a platform-styled dialog.

See also

Inheritors

Constructors

Link copied to clipboard
constructor()
constructor(@LayoutRes contentLayoutId: Int)

Functions

Link copied to clipboard
@NonNull
open fun onCreateDialog(@Nullable savedInstanceState: @Nullable Bundle): @NonNull Dialog
Link copied to clipboard
open fun setupDialog(@NonNull dialog: @NonNull Dialog, style: Int)