setTextColor

open fun setTextColor(@IdRes id: Int, color: Int): TextView

设置字体颜色 setTextColor

Return

TextView

Parameters

id

视图ID

color

颜色


open fun setTextColor(@IdRes id: Int, @NonNull colors: ColorStateList): TextView

设置字体颜色 setTextColor

Return

TextView

Parameters

id

视图ID

colors

颜色状态列表