background

fun Any?.background(@ColorInt color: Int, replaceRule: Any? = null)

BackgroundColorSpan 背景颜色

Parameters

color

背景颜色

replaceRule

组合替换规则 StringReplaceRule


fun Any?.background(colorString: String, replaceRule: Any? = null)

BackgroundColorSpan 背景颜色

Parameters

colorString

背景颜色 #RRGGBB #AARRGGBB

replaceRule

组合替换规则 StringReplaceRule