I created a custom 1920x1200 layout with scale factor 1.5 ...
I'm afraid that the problem is this:
scale factor 1.5
Do you use AutoScaleAll ?
You should never use a layout variant with a scale factor different from 1.
The operating system will automatically adjust the layout according to the scale factor.
But as you have 1 device type with a scale factor of 1.5 and the other with a factor of 2, I suggest you the following.
For testing make a layout with 1920x1200 and scale factor 1 and see if it works.
As the target devices have almost the same dimensions, another solution would be to position the views in the Designer with %x and %y values.
As eps aleady suggested, could you post a layout file?