Android.Resource.Attribute.ImeActionLabel Field
Supply a value for Android.Views.InputMethods.EditorInfo.ActionLabel used when an input method is connected to the text view.

Value: 16843365

Syntax

[Android.Runtime.Register("imeActionLabel")]
public const int ImeActionLabel

Remarks

Supply a value for Android.Views.InputMethods.EditorInfo.ActionLabel used when an input method is connected to the text view.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

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 3