Android.App.AlertDialog: Field Members

The fields of Android.App.AlertDialog are listed below. For a list of all members, see the AlertDialog Members list.

See Also: Inherited members from Android.App.Dialog

Public Fields

const
ThemeDeviceDefaultDarkint (4). Special theme constant for AlertDialog(Android.Content.Context, System.Int32): use the device's default alert theme with a dark background.
const
ThemeDeviceDefaultLightint (5). Special theme constant for AlertDialog(Android.Content.Context, System.Int32): use the device's default alert theme with a light background.
const
ThemeHoloDarkint (2). Special theme constant for AlertDialog(Android.Content.Context, System.Int32): use the holographic alert theme with a dark background.
const
ThemeHoloLightint (3). Special theme constant for AlertDialog(Android.Content.Context, System.Int32): use the holographic alert theme with a light background.
const
ThemeTraditionalint (1). Special theme constant for AlertDialog(Android.Content.Context, System.Int32): use the traditional (pre-Holo) alert dialog theme.