- style
- Selects a standard style: may be DialogFragment.STYLE_NORMAL, DialogFragment.STYLE_NO_TITLE, DialogFragment.STYLE_NO_FRAME, or DialogFragment.STYLE_NO_INPUT.
- theme
- Optional custom theme. If 0, an appropriate theme (based on the style) will be selected for you.
Call to customize the basic appearance and behavior of the fragment's dialog. This can be used for some common dialog behaviors, taking care of selecting flags, theme, and other options for you. The same effect can be achieve by manually setting Dialog and Window attributes yourself. Calling this after the fragment's Dialog is created will have no effect.