Compartir a través de


Window.DecorCaptionShadeAuto Campo

Definición

Precaución

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

Marca para permitir que el tema controle el color de la ventana subtítulo controles.

[Android.Runtime.Register("DECOR_CAPTION_SHADE_AUTO", 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 DecorCaptionShadeAuto = 0;
[<Android.Runtime.Register("DECOR_CAPTION_SHADE_AUTO", 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 DecorCaptionShadeAuto : Android.Views.DecorCaptionShade

Valor de campo

Value = 0
Atributos

Comentarios

Marca para permitir que el tema controle el color de la ventana subtítulo controles. Se usa con #setDecorCaptionShade(int). Este es el valor predeterminado.

Documentación de Java para android.view.Window.DECOR_CAPTION_SHADE_AUTO.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a