Not exactly. You should understand the meaning of the scale value.
For example, if you set a buttons width to 100 with the designer when scale = 1 then on your device the actual number of pixels will be 200. However the physical size of the button will be the same.
Still trying to understand that one...
The windows app is the following layout, and fills the clients computer screen as 1024x768
On my dev computer it doesnt, I don't want it to scale, just stay the designed size
So is it possible to define a layout that is 1280x720 to allow me to add the views at the actual size i want them to be shown?
I really don't want it to scale down for lower resolution screen as they are using a known screen size
P.S.
The scale factor of the moto g is 2, so how would i create a layout for that ?