Icon.TypeBitmap Поле

Определение

Внимание!

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

Значок, созданный с помощью Icon#createWithBitmap(Bitmap).

[Android.Runtime.Register("TYPE_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 TypeBitmap = 1;
[<Android.Runtime.Register("TYPE_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 TypeBitmap : Android.Graphics.Drawables.IconType

Значение поля

Value = 1

Реализации

Атрибуты

Комментарии

Значок, созданный с помощью Icon#createWithBitmap(Bitmap).

Документация по Java для android.graphics.drawable.Icon.TYPE_BITMAP.

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом Android и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License.

Применяется к