Android.Resource.Attribute.StateActivated Field
State value for Android.Graphics.Drawables.StateListDrawable, set when a view or its parent has been "activated" meaning the user has currently marked it as being of interest.

Value: 16843518

Syntax

[Android.Runtime.Register("state_activated")]
public const int StateActivated

Remarks

State value for Android.Graphics.Drawables.StateListDrawable, set when a view or its parent has been "activated" meaning the user has currently marked it as being of interest. This is an alternative representation of state_checked for when the state should be propagated down the view hierarchy.

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 11