According to the Motorola specs the Droid X2 has a logical dpi of 240 and hence a scale of 1.5.
In this case, not only does the X2 have a
logical dpi of 240, but a
physical dpi a little higher than that, so it is legitimately a 1.5 scale. What I don't understand is why "designer sees it as 320x480", as he says. I suspect he is looking at the default variant rather than far bottom-right corner where Designer shows the specs for the connected device.
It may not be a Designer problem. It you are laying out a scale 1 layout then the Designer will put scale 1 co-ordinates in the layout but as the device is scale 1.5 it will multiply the actual x and y by the scaling factor for display.
Well, I officially don't understand half what I thought I did about layout scaling.
I just created a layout with 3 buttons on a layout of 960x540x1.5 (the X2 dimensions). I created it on a 7" tablet with a resolution of 800x480x1. I put one button at 0,0, one in the middle of the layout, and one in the bottom right corner.
The funny thing is that the bottom-right button, which is 100x100, when tucked into the bottom right corner, has a left-top of 1040x540. If you add the 100x100 size of the virtual resolution of the screen is 1140x640, excluding the soft menu on the right and the Activity and system bars at the top.
Where the heck is that coming from? Anyway, when compiled and run, the buttons all appear on screen just where I put them with Designer.