While working with designer scripts I often need the exact positions and sizes (in dip) of the views after the script has done its work.
So my wish is a new "Info" window in the designer which shows at least Top, Left, Height, Width of the current selected view. The additional properties like Right, Bottom etc. may be useful, too.
That is exactly the effect I expect to see. I just want to check if my script works correctly and the views are positioned as I want on different devices.
Yes, but I'm interested in the right positions and not the look. The positions can be better checked in the abstract designer. There I can switch between the devices I want (and I even can define more devices in the AbstractLayouts.txt file).
As I said I just wanted to check if the positions of my views are correct after the script has run. Sometimes this is important for designing good looking Material Design apps so that you know that the app meets the guidelines.