Configuration.SmallestScreenWidthDpUndefined Field

Definition

Default value for #smallestScreenWidthDp indicating that no width has been specified.

[Android.Runtime.Register("SMALLEST_SCREEN_WIDTH_DP_UNDEFINED")]
public const int SmallestScreenWidthDpUndefined = 0;
[<Android.Runtime.Register("SMALLEST_SCREEN_WIDTH_DP_UNDEFINED")>]
val mutable SmallestScreenWidthDpUndefined : int

Field Value

Value = 0

Implements

Attributes

Remarks

Default value for #smallestScreenWidthDp indicating that no width has been specified.

Java documentation for android.content.res.Configuration.SMALLEST_SCREEN_WIDTH_DP_UNDEFINED.

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