Window.DecorCaptionShadeDark 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 dark-color controls on the window caption.

[Android.Runtime.Register("DECOR_CAPTION_SHADE_DARK", 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 DecorCaptionShadeDark = 2;
[<Android.Runtime.Register("DECOR_CAPTION_SHADE_DARK", 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 DecorCaptionShadeDark : Android.Views.DecorCaptionShade

Field Value

Value = 2
Attributes

Remarks

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

Java documentation for android.view.Window.DECOR_CAPTION_SHADE_DARK.

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