Android.Resource.Attribute.ConstantSize Field
If true, the drawable's reported internal size will remain constant as the state changes; the size is the maximum of all of the states.

Value: 16843158

Syntax

[Android.Runtime.Register("constantSize")]
public const int ConstantSize

Remarks

If true, the drawable's reported internal size will remain constant as the state changes; the size is the maximum of all of the states. If false, the size will vary based on the current state.

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