Member Name | Description |
---|---|
NoFrame | Style for DialogFragment.SetStyle(DialogFragmentStyle, System.Int32): don't draw any frame at all; the view hierarchy returned by Fragment.OnCreateView(Android.Views.LayoutInflater, Android.Views.ViewGroup, Android.Views.ViewGroup) is entirely responsible for drawing the dialog. |
NoInput | Style for DialogFragment.SetStyle(DialogFragmentStyle, System.Int32): like DialogFragmentStyle.NoFrame, but also disables all input to the dialog. The user can not touch it, and its window will not receive input focus. |
Normal | Style for DialogFragment.SetStyle(DialogFragmentStyle, System.Int32): a basic, normal dialog. |
NoTitle | Style for DialogFragment.SetStyle(DialogFragmentStyle, System.Int32): don't include a title area. |