TypedValue.ChangingConfigurations Property

Definition

If the value came from a resource, these are the configurations for which its contents can change.

[Android.Runtime.Register("changingConfigurations")]
public Android.Content.PM.ConfigChanges ChangingConfigurations { get; set; }
[<Android.Runtime.Register("changingConfigurations")>]
member this.ChangingConfigurations : Android.Content.PM.ConfigChanges with get, set

Property Value

Attributes

Remarks

If the value came from a resource, these are the configurations for which its contents can change.

For example, if a resource has a value defined for the -land resource qualifier, this field will have the android.content.pm.ActivityInfo#CONFIG_ORIENTATION bit set.

Java documentation for android.util.TypedValue.changingConfigurations.

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