setBullet

fun setBullet(@IntRange(from = 0.toLong()gapWidth: Int): SpanBuilder

Set the span of bullet.

Return

the single SpanBuilder instance

Parameters

gapWidth

The width of gap, in pixel.

fun setBullet(@ColorInt() color: Int, @IntRange(from = 0.toLong()radius: Int, @IntRange(from = 0.toLong()gapWidth: Int): SpanBuilder

Set the span of bullet.

Return

the single SpanBuilder instance

Parameters

color

The color of bullet.

radius

The radius of bullet, in pixel.

gapWidth

The width of gap, in pixel.