Hi again <@U010Q6P7AQ5>. Is there any way to not r...
# doodle
a
Hi again @Nick. Is there any way to not render views that have their
visible
property set to false when using constraint layouts? I've been doing something like this:
Copy code
val someView = myView
layout = constrain(someView) {
     it.height eq if (someView.visible) 100.0 else 0.0
}