Android.Resource.Style.ThemeHoloLightDialog Field
Light holo dialog themes Holo light theme for dialog windows and activities, which is used by the Android.App.Dialog class.

Value: 16973939

Syntax

[Android.Runtime.Register("Theme_Holo_Light_Dialog")]
public const int ThemeHoloLightDialog

Remarks

Light holo dialog themes Holo light theme for dialog windows and activities, 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. This is the default Dialog theme for applications targeting Honeycomb or newer.

[Android Documentation]

Requirements

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