Android.Util.DisplayMetrics.Density560 Field
Intermediate density for screens that sit somewhere between DisplayMetrics.DensityXxhigh (480 dpi) and DisplayMetrics.DensityXxxhigh (640 dpi).

Value: 560

Syntax

[Android.Runtime.Register("DENSITY_560")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.")]
public const DisplayMetricsDensity Density560

Remarks

Intermediate density for screens that sit somewhere between DisplayMetrics.DensityXxhigh (480 dpi) and DisplayMetrics.DensityXxxhigh (640 dpi). This is not a density that applications should target, instead relying on the system to scale their DisplayMetrics.DensityXxxhigh assets for them.

[Android Documentation]

Requirements

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