ApplicationInfo.CompatibleWidthLimitDp プロパティ

定義

アプリケーションが設計されている最小の画面幅。

[Android.Runtime.Register("compatibleWidthLimitDp")]
public int CompatibleWidthLimitDp { get; set; }
[<Android.Runtime.Register("compatibleWidthLimitDp")>]
member this.CompatibleWidthLimitDp : int with get, set

プロパティ値

属性

注釈

アプリケーションが設計されている最小の画面幅。 0 の場合、何も指定されていません。 < の属性から android.R.styleable#AndroidManifestSupportsScreens_compatibleWidthLimitDp android:compatibleWidthLimitDp 取得されます。supports-screens>タグ。

の Java ドキュメント android.content.pm.ApplicationInfo.compatibleWidthLimitDp

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象