Aracılığıyla paylaş


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

Value = 268435456

Implements

Attributes

Remarks

Bit in #configChanges that indicates that the activity can itself handle changes to font weight. Set from the android.R.attr#configChanges attribute. This is not a core resource configuration, but a higher-level value, so its constant starts at the high bits.

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