Icon.TypeAdaptiveBitmap Campo

Definición

Precaución

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

Icono que se creó mediante Icon#createWithAdaptiveBitmap.

[Android.Runtime.Register("TYPE_ADAPTIVE_BITMAP", 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 TypeAdaptiveBitmap = 5;
[<Android.Runtime.Register("TYPE_ADAPTIVE_BITMAP", 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 TypeAdaptiveBitmap : Android.Graphics.Drawables.IconType

Valor de campo

Value = 5

Implementaciones

Atributos

Comentarios

Icono que se creó mediante Icon#createWithAdaptiveBitmap.

Documentación de Java para android.graphics.drawable.Icon.TYPE_ADAPTIVE_BITMAP.

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