showAlignRight

fun View.showAlignRight(balloon: Balloon, xOff: Int = 0, yOff: Int = 0)

Deprecated

Use showAlignEnd instead.

Replace with

showAlignEnd(balloon, xOff, yOff)

shows the balloon on an anchor view as the right alignment with x-off and y-off.