Android.Resource.Style.ThemeLight Field
Theme for a light background with dark text on top.

Value: 16973836

Syntax

[Android.Runtime.Register("Theme_Light")]
public const int ThemeLight

Remarks

Theme for a light background with dark text on top. Set your activity to this theme if you would like such an appearance. As with the default theme, you should try to assume little more than that the background will be a light color.

This is designed for API level 10 and lower.

[Android Documentation]

Requirements

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