Hi @piotrz55,
I see your point, and I think it may be an inherent issue with laying out a grid, even if you use the low-to-high method. For example, if you start with 320x480 (the old suggested size) and do 1 pixel lines, the grid will probably look odd on some devices that don’t scale up at an even 2x or 4x factor (and that would happen frequently, since there are so many devices of so many sizes). The thin lines may become “2.5” pixels, or “4.5” or whatever.
I suppose you could gather the actual screen size of the device and show different size lines on each, but that may still not work as expected.
Brent
