LeadingMarginSpan

class LeadingMarginSpan(@IntRange(from = 1) firstLines: Int, @Px firstMargin: Int, @Px restMargin: Int) : LeadingMarginSpan.LeadingMarginSpan2

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?)
Link copied to clipboard
open override fun getLeadingMargin(first: Boolean): Int
Link copied to clipboard
open override fun getLeadingMarginLineCount(): Int

Properties

Link copied to clipboard
val firstLines: Int
Link copied to clipboard
val firstMargin: Int
Link copied to clipboard
val restMargin: Int