Legacy Bullet Span
class LegacyBulletSpan(@ColorInt color: Int, @IntRange(from = 0 ) bulletRadius: Int, gapWidth: Int) : LeadingMarginSpan
Content copied to clipboard
Copy @RequiresApi(Build.VERSION_CODES.P) Type from android.text.style.BulletSpan
Constructors
Link copied to clipboard
fun LegacyBulletSpan(@ColorInt color: Int, @IntRange(from = 0 ) bulletRadius: Int, gapWidth: Int)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun drawLeadingMargin(canvas: Canvas, paint: 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