Configuration.SmallestScreenWidthDp Property
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.
The smallest screen size an application will see in normal operation.
[Android.Runtime.Register("smallestScreenWidthDp")]
public int SmallestScreenWidthDp { get; set; }
[<Android.Runtime.Register("smallestScreenWidthDp")>]
member this.SmallestScreenWidthDp : int with get, set
Property Value
- Attributes
Remarks
The smallest screen size an application will see in normal operation. Corresponds to the smallest width resource qualifier. This is the smallest value of #screenWidthDp
and #screenHeightDp
in both portrait and landscape orientations. Defaults to #SMALLEST_SCREEN_WIDTH_DP_UNDEFINED
if no width is specified.
Java documentation for android.content.res.Configuration.smallestScreenWidthDp
.
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.