Language

DialogFragmentStyle Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.App.DialogFragment.SetStyle member.

public enum DialogFragmentStyle
type DialogFragmentStyle = 
Inheritance
DialogFragmentStyle

Fields

Name Value Description
Normal 0

Style for setStyle(int, int): a basic, normal dialog.

NoTitle 1

Style for setStyle(int, int): don't include a title area.

NoFrame 2

Style for setStyle(int, int): don't draw any frame at all; the view hierarchy returned by Fragment.onCreateView(LayoutInflater, ViewGroup, Bundle) is entirely responsible for drawing the dialog.

NoInput 3

Style for setStyle(int, int): like STYLE_NO_FRAME, but also disables all input to the dialog.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to