Android.Resource.Attribute.FastScrollTextColor Field
Text color for the fast scroll index overlay.

Value: 16843609

Syntax

[Android.Runtime.Register("fastScrollTextColor")]
public const int FastScrollTextColor

Remarks

Text color for the fast scroll index overlay. Make sure it plays nicely with fastScrollPreviewBackground[Left|Right].

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 11