alignBottomToBottomOf

fun <T : View> T.alignBottomToBottomOf(other: View, padding: Double = 0.0): T

Chainable method returning this that sets View.yD so that this View's bottom side is aligned with the other View's bottom side


fun <T : View> T.alignBottomToBottomOf(other: View, padding: Float): T
fun <T : View> T.alignBottomToBottomOf(other: View, padding: Int): T