Android.Util.DisplayMetricsDensity Enumeration
Enumerates values returned by several types.

Syntax

public enum DisplayMetricsDensity

Remarks

Enumerates value returned by the following: .

Members

Member NameDescription
D400Documentation for this section has not yet been entered.
D560Documentation for this section has not yet been entered.
DefaultThe reference density used throughout the system.
HighStandard quantized DPI for high-density screens.
LowStandard quantized DPI for low-density screens.
MediumStandard quantized DPI for medium-density screens.
Tv

DisplayMetrics.DensityHigh Android.Graphics.Drawables.Drawable

This density was original introduced to correspond with a 720p TV screen: the density for 1080p televisions is DisplayMetrics.DensityXhigh, and the value here provides the same UI size for a TV running at 720p. It has also found use in 7" tablets, when these devices have 1280x720 displays.

XhighStandard quantized DPI for extra-high-density screens.
XxhighStandard quantized DPI for extra-extra-high-density screens. Applications should not generally worry about this density; relying on XHIGH graphics being scaled up to it should be sufficient for almost all cases.
XxxhighStandard quantized DPI for extra-extra-extra-high-density screens. Applications should not generally worry about this density; relying on XHIGH graphics being scaled up to it should be sufficient for almost all cases. A typical use of this density would be 4K television screens -- 3840x2160, which is 2x a traditional HD 1920x1080 screen which runs at DENSITY_XHIGH.

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0