AppCompatDialogFragment
open class AppCompatDialogFragment : DialogFragment
kotlin.Any | |||
↳ | androidx.fragment.app.Fragment | ||
↳ | androidx.fragment.app.DialogFragment | ||
↳ | androidx.appcompat.app.AppCompatDialogFragment |
A special version of DialogFragment
which uses an AppCompatDialog
in place of a platform-styled dialog.
Summary
Inherited constants | |
---|---|
Public constructors | |
---|---|
<init>() A special version of |
Public methods | |
---|---|
open Dialog |
onCreateDialog(@Nullable savedInstanceState: Bundle?) |
Inherited functions | |
---|---|