Window.DecorCaptionShadeLight Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.DecorCaptionShade enum directly instead of this field.

Flag for setting light-color controls on the window caption.

[Android.Runtime.Register("DECOR_CAPTION_SHADE_LIGHT", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DecorCaptionShade enum directly instead of this field.", true)]
public const Android.Views.DecorCaptionShade DecorCaptionShadeLight = 1;
[<Android.Runtime.Register("DECOR_CAPTION_SHADE_LIGHT", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DecorCaptionShade enum directly instead of this field.", true)>]
val mutable DecorCaptionShadeLight : Android.Views.DecorCaptionShade

Field Value

Value = 1
Attributes

Remarks

Flag for setting light-color controls on the window caption. Use with #setDecorCaptionShade(int).

Java documentation for android.view.Window.DECOR_CAPTION_SHADE_LIGHT.

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