quote

@JvmOverloads
fun quote(@ColorInt color: Int, @Px @IntRange(from = 0) stripeWidth: Int = 10, @Px @IntRange(from = 0) gapWidth: Int = 0): Span

QuoteSpan 设置段落引用样式(段落前竖线标识)

ParagraphStyle 段落Style不支持文本替换

Parameters

color

竖线颜色

stripeWidth

竖线宽度

gapWidth

竖线与文本之间间隔宽度


@JvmOverloads
fun quote(colorString: String, @IntRange(from = 0) stripeWidth: Int = 10, @IntRange(from = 0) gapWidth: Int = 0): Span

QuoteSpan 设置段落引用样式(段落前竖线标识)

ParagraphStyle 段落Style不支持文本替换

Parameters

colorString

竖线颜色 #RRGGBB #AARRGGBB

stripeWidth

竖线宽度

gapWidth

竖线与文本之间间隔宽度