topToBottomOf

infix fun Int.topToBottomOf(bottom: Int)

Set the view's top constraint to bottom of another view

Receiver

Int The target view's id to which apply the constraint

Parameters

bottom

The other view's id