Legacy Quote Span
class LegacyQuoteSpan(@ColorInt color: Int, @Px @IntRange(from = 0 ) stripeWidth: Int, @Px @IntRange(from = 0 ) gapWidth: Int) : LeadingMarginSpan
Content copied to clipboard
Copy @RequiresApi(Build.VERSION_CODES.P) Type from android.text.style.QuoteSpan
Constructors
Link copied to clipboard
fun LegacyQuoteSpan(@ColorInt color: Int, @Px @IntRange(from = 0 ) stripeWidth: Int, @Px @IntRange(from = 0 ) gapWidth: Int)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun drawLeadingMargin(c: Canvas, p: Paint, x: Int, dir: Int, top: Int, baseline: Int, bottom: Int, text: CharSequence, start: Int, end: Int, first: Boolean, layout: Layout)
Content copied to clipboard
Link copied to clipboard