updateAlignBottom

fun updateAlignBottom(anchor: View, xOff: Int = 0, yOff: Int = 0, width: Int = getMeasuredWidth(), height: Int = getMeasuredHeight())

Update the balloon on a given new anchor as the bottom alignment with x-off and y-off.

Parameters

anchor

A target view which popup will be shown to.

xOff

A horizontal offset from the anchor in pixels.

yOff

A vertical offset from the anchor in pixels.