ColorStateList.ChangingConfigurations Property

Definition

Returns a mask of the configuration parameters for which this color state list may change, requiring that it be re-created.

public virtual Android.Content.PM.ConfigChanges ChangingConfigurations { [Android.Runtime.Register("getChangingConfigurations", "()I", "GetGetChangingConfigurationsHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getChangingConfigurations", "()I", "GetGetChangingConfigurationsHandler", ApiSince=23)>]
member this.ChangingConfigurations : Android.Content.PM.ConfigChanges

Property Value

a mask of the changing configuration parameters, as defined by android.content.pm.ActivityInfo

Attributes

Remarks

Returns a mask of the configuration parameters for which this color state list may change, requiring that it be re-created.

Java documentation for android.content.res.ColorStateList.getChangingConfigurations().

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