Idioma

Icon.TypeResource Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Graphics.Drawables.IconType enum directly instead of this field.

Um ícone que foi criado usando Icon#createWithResource.

[Android.Runtime.Register("TYPE_RESOURCE", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Drawables.IconType enum directly instead of this field.", true)]
public const Android.Graphics.Drawables.IconType TypeResource = 2;
[<Android.Runtime.Register("TYPE_RESOURCE", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Drawables.IconType enum directly instead of this field.", true)>]
val mutable TypeResource : Android.Graphics.Drawables.IconType

Valor do campo

Value = 2

Implementações

Atributos

Comentários

Um ícone que foi criado usando Icon#createWithResource.

Java documentação para android.graphics.drawable.Icon.TYPE_RESOURCE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a