DisplayMetrics.Density560 Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 somewhere between
#DENSITY_XXHIGH
(480 dpi) and #DENSITY_XXXHIGH
(640 dpi).
[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.", true)]
public const Android.Util.DisplayMetricsDensity Density560 = 560;
[<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.", true)>]
val mutable Density560 : Android.Util.DisplayMetricsDensity
Field Value
Value = 560- Attributes
Remarks
Intermediate density for screens that sit somewhere between #DENSITY_XXHIGH
(480 dpi) and #DENSITY_XXXHIGH
(640 dpi). This is not a density that applications should target, instead relying on the system to scale their #DENSITY_XXXHIGH
assets for them.
Java documentation for android.util.DisplayMetrics.DENSITY_560
.
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.