alignRightToLeftOf

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

Chainable method returning this that sets View.xD so that this View's right side is aligned with the other View's left side


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