alignTopToTopOf

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

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


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