Android.Resource.Attribute.Numeric Field
If set, specifies that this TextView has a numeric input method.

Value: 16843109

Syntax

[Android.Runtime.Register("numeric")]
[System.Obsolete("deprecated")]
public const int Numeric

Remarks

If set, specifies that this TextView has a numeric input method. The default is false.
ConstantValueDescription
integer0x01 Input is numeric.
signed0x03 Input is numeric, with sign allowed.
decimal0x05 Input is numeric, with decimals allowed.

Must be one or more (separated by '|') of the following constant values.

[Android Documentation]

Requirements

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