Android.Views.View.MergeDrawableStates Method
Merge your own state values in additionalState into the base state values baseState that were returned by View.OnCreateDrawableState(int).

Syntax

[Android.Runtime.Register("mergeDrawableStates", "([I[I)[I", "")]
protected static int[] MergeDrawableStates (int[] baseState, int[] additionalState)

See Also

View.OnCreateDrawableState(int)

Parameters

baseState
The base state values returned by View.OnCreateDrawableState(int), which will be modified to also hold your own additional state values.
additionalState
The additional state values you would like added to baseState; this array is not modified.

Returns

Documentation for this section has not yet been entered.

Remarks

Merge your own state values in additionalState into the base state values baseState that were returned by View.OnCreateDrawableState(int).

[Android Documentation]

Requirements

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