Is there an easy way to have a view fill up as muc...
# doodle
a
Is there an easy way to have a view fill up as much space as possible? Like a
GridPanel
but if a view has a really high
idealSize
or something like that, its column/row will be as large as possible while respecting other views' constraints. Or like a vertical layout where views take up as much horizontal space as possible. My only issue with using something like constraint layouts is that invisible views take up space. I haven't yet found an easy way to do this.