DisplayMetrics.Density260 Field

Definition

Caution

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

Intermediate density for screens that sit between #DENSITY_HIGH (240dpi) and #DENSITY_XHIGH (320dpi).

[Android.Runtime.Register("DENSITY_260", ApiSince=25)]
[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 Density260 = 260;
[<Android.Runtime.Register("DENSITY_260", ApiSince=25)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Util.DisplayMetricsDensity enum directly instead of this field.", true)>]
val mutable Density260 : Android.Util.DisplayMetricsDensity

Field Value

Value = 260
Attributes

Remarks

Intermediate density for screens that sit between #DENSITY_HIGH (240dpi) and #DENSITY_XHIGH (320dpi). This is not a density that applications should target, instead relying on the system to scale their #DENSITY_XHIGH assets for them.

Java documentation for android.util.DisplayMetrics.DENSITY_260.

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