I have a layout with a picture that has words and I have labels that will populate so it looks like they are part of the layout/picture. How can I make sure those labels stay in position when it viewed on different devices with different resolutions? I have the layout height/width to match the device height/width.
In this case you should set all the positions with percentage units (%x, %y). You can do it with the designer script. You don't need to have multiple variants.