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
const | ThemeDeviceDefaultDark | int (4). Special theme constant for AlertDialog(Android.Content.Context, System.Int32): use the device's default alert theme with a dark background. |
const | ThemeDeviceDefaultLight | int (5). Special theme constant for AlertDialog(Android.Content.Context, System.Int32): use the device's default alert theme with a light background. |
const | ThemeHoloDark | int (2). Special theme constant for AlertDialog(Android.Content.Context, System.Int32): use the holographic alert theme with a dark background. |
const | ThemeHoloLight | int (3). Special theme constant for AlertDialog(Android.Content.Context, System.Int32): use the holographic alert theme with a light background. |
const | ThemeTraditional | int (1). Special theme constant for AlertDialog(Android.Content.Context, System.Int32): use the traditional (pre-Holo) alert dialog theme. |