Android.Resource.Attribute.ScreenSize Field
Specifies a compatible screen size, as per the device configuration screen size bins.

Value: 16843466

Syntax

[Android.Runtime.Register("screenSize")]
public const int ScreenSize

Remarks

Specifies a compatible screen size, as per the device configuration screen size bins.
ConstantValueDescription
small200 A small screen configuration, at least 240x320db.
normal300 A normal screen configuration, at least 320x480db.
large400 A large screen configuration, at least 400x530db.
xlarge500 An extra large screen configuration, at least 600x800db.

Must be one 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 9