次の方法で共有


ActivityInfo.ConfigFontWeightAdjustment フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Content.PM.ConfigChanges enum directly instead of this field.

アクティビティ自体がフォントの太さの変更を処理できることを示すビットイン #configChanges

[Android.Runtime.Register("CONFIG_FONT_WEIGHT_ADJUSTMENT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ConfigChanges enum directly instead of this field.", true)]
public const Android.Content.PM.ConfigChanges ConfigFontWeightAdjustment = 268435456;
[<Android.Runtime.Register("CONFIG_FONT_WEIGHT_ADJUSTMENT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ConfigChanges enum directly instead of this field.", true)>]
val mutable ConfigFontWeightAdjustment : Android.Content.PM.ConfigChanges

フィールド値

Value = 268435456

実装

属性

注釈

アクティビティ自体がフォントの太さの変更を処理できることを示すビットイン #configChanges 。 属性から設定します android.R.attr#configChanges 。 これはコア リソース構成ではなく、上位レベルの値であるため、定数は上位ビットから始まります。

の Java ドキュメントandroid.content.pm.ActivityInfo.CONFIG_FONT_WEIGHT_ADJUSTMENT

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象