Langue

AlertDialog.ThemeHoloLight Champ

Définition

Attention

deprecated

Constante de thème spéciale pour #AlertDialog(Context, int): utilisez le thème d’alerte holographique avec un arrière-plan clair.

[Android.Runtime.Register("THEME_HOLO_LIGHT")]
[System.Obsolete("deprecated")]
public const int ThemeHoloLight = 3;
[<Android.Runtime.Register("THEME_HOLO_LIGHT")>]
[<System.Obsolete("deprecated")>]
val mutable ThemeHoloLight : int

Valeur de champ

Value = 3
Attributs

Remarques

Cette constante a été déconseillée au niveau de l’API 23. Utilisez R.style.Theme_Material_Light_Dialog_Alert.

Constante de thème spéciale pour AlertDialog(Context,int) : utilisez le thème d’alerte holographique avec un arrière-plan clair.

Référence Android pour android.app.AlertDialog.THEME_HOLO_LIGHT.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à