Android.Resource.Style.ThemeDeviceDefaultLightDialog Field
DeviceDefault light theme for dialog windows and activities.

Value: 16974130

Syntax

[Android.Runtime.Register("Theme_DeviceDefault_Light_Dialog")]
public const int ThemeDeviceDefaultLightDialog

Remarks

DeviceDefault light theme for dialog windows and activities. 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 14