showAlignLeft

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

Deprecated

Use showAlignStart instead.

Replace with

showAlignStart(balloon, xOff, yOff)

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