Is it possible to simplify advanced layout constraints? Would it be possible to add support where all you needed was the id and the value and you wouldn't have to declare the rows or columns.
So, for example, the following would be valid: <image id="image1" /> <image id="image2" left="image1:10"/> <label left="image2:10"/> Maybe if a layout row or column is not defined check if a UI component has an ID of the same. BTW Are layout constraints (row and column) deprecated? I think I saw a compiler or ASDocs warning about them not working even though when I tested them they did work.