Android.Resource.Attribute.ColorForegroundInverse Field
Default color of foreground imagery on an inverted background.

Value: 16843270

Syntax

[Android.Runtime.Register("colorForegroundInverse")]
public const int ColorForegroundInverse

Remarks

Default color of foreground imagery on an inverted background.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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