appendImage

fun appendImage(bitmap: Bitmap, align: Int = ALIGN_BOTTOM): SpanBuilder

Append one image.

Return

the single SpanBuilder instance

Parameters

bitmap

The bitmap.

align
fun appendImage(drawable: Drawable, align: Int = ALIGN_BOTTOM): SpanBuilder

Append one image.

Return

the single SpanBuilder instance

Parameters

drawable

The drawable of image.

align
fun appendImage(uri: Uri, align: Int = ALIGN_BOTTOM): SpanBuilder

Append one image.

Return

the single SpanBuilder instance

Parameters

uri

The uri of image.

align
fun appendImage(@DrawableRes() resourceId: Int, align: Int = ALIGN_BOTTOM): SpanBuilder

Append one image.

Return

the single SpanBuilder instance

Parameters

resourceId

The resource id of image.

align