Поделиться через


TextView.GetTextColor(Context, TypedArray, Int32) Метод

Определение

Возвращает цвет по умолчанию из атрибута TextView_textColor из атрибута AttributeSet, если задан или цвет по умолчанию из TextAppearance_textColor из атрибута TextView_textAppearance, если TextView_textColor не задан напрямую.

[Android.Runtime.Register("getTextColor", "(Landroid/content/Context;Landroid/content/res/TypedArray;I)I", "")]
public static int GetTextColor (Android.Content.Context? context, Android.Content.Res.TypedArray? attrs, int def);
[<Android.Runtime.Register("getTextColor", "(Landroid/content/Context;Landroid/content/res/TypedArray;I)I", "")>]
static member GetTextColor : Android.Content.Context * Android.Content.Res.TypedArray * int -> int

Параметры

context
Context
attrs
TypedArray
def
Int32

Возвращаемое значение

Атрибуты

Комментарии

Возвращает цвет по умолчанию из атрибута TextView_textColor из атрибута AttributeSet, если задан или цвет по умолчанию из TextAppearance_textColor из атрибута TextView_textAppearance, если TextView_textColor не задан напрямую.

Документация по Java для android.widget.TextView.getTextColor(android.content.Context, android.content.res.TypedArray, int).

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

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