Android.Resource.Attribute.DrawSelectorOnTop Field
When set to true, the selector will be drawn over the selected item.

Value: 16843004

Syntax

[Android.Runtime.Register("drawSelectorOnTop")]
public const int DrawSelectorOnTop

Remarks

When set to true, the selector will be drawn over the selected item. Otherwise the selector is drawn behind the selected item. The default value is false.

Must be a boolean value, either "true" or "false".

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