Android.Resource.Style.ThemeDialog Field
Default theme for dialog windows and activities (on API level 10 and lower), which is used by the Android.App.Dialog class.

Value: 16973835

Syntax

[Android.Runtime.Register("Theme_Dialog")]
public const int ThemeDialog

Remarks

Default theme for dialog windows and activities (on API level 10 and lower), which is used by the Android.App.Dialog class. This changes the window to be floating (not fill the entire screen), and puts a frame around its contents. You can set this theme on an activity if you would like to make an activity that looks like a Dialog.

[Android Documentation]

Requirements

Namespace: Android
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1