dimsuz
04/24/2020, 12:04 PMContourLayout
question. What if I want to give a view an exact width. Intuitively I tried this:
applyLayout(
x = leftTo { otherView.left() }.rightTo { this.left() + 150.dip }
)
i.e. referencing left()
of itself in rightTo
and adding fixed width, but this throws circular deps error