ActivityInfo.ConfigFontWeightAdjustment Field

Definition

Caution

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

Bit in #configChanges that indicates that the activity can itself handle changes to font weight.

[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

Field Value

ConfigChanges

Implements

Attributes

Remarks

Java documentation for android.content.pm.ActivityInfo.CONFIG_FONT_WEIGHT_ADJUSTMENT.

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