trying to develop my head around screen sizes, so my application looks the same on different devices.
I have two devices: galaxy s3 and galaxy tab 8. Both have the same screen resolution of 720 x 1280, but s3 is 4.7 inches and the tab is 8 inches.
When I do the linear layout, I indent to 130 from above, so that the first text image is 130 pixels from above, so the background image does not close.
This is good on s3, but when I load it into a tab, the padding should change to 190 pixels so that it looks the same.
I can't tip over if the screen resolution is the same (1280) on both devices. Why do I need a larger addition on the screen.
Is there a way to develop a way to display a text representation in the same place on both devices.
Any help appreciated
Mark
source share