DisplayMetrics.DensityLow Field

Definition

Caution

This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.

Standard quantized DPI for low-density screens.

[Android.Runtime.Register("DENSITY_LOW")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.", true)]
public const Android.Util.DisplayMetricsDensity DensityLow = 120;
[<Android.Runtime.Register("DENSITY_LOW")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.", true)>]
val mutable DensityLow : Android.Util.DisplayMetricsDensity

Field Value

Value = 120
Attributes

Remarks

Standard quantized DPI for low-density screens.

Java documentation for android.util.DisplayMetrics.DENSITY_LOW.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to