Android Question Screen Resizing / Anchors

james_sgp

Active Member
Licensed User
Longtime User
Hi, I need some advice; I`ve created a layout that looks good on several devices (larger screens) but when I put it onto a smaller screen everything goes out of alignment.

Large screen 1080x2094, 2.625 scale (Samsung S8+, A9)
Small screen 480x854, 1.5 scale (Lenovo A2020, A5.1.1)

I`m using center anchors (objects are all inside a square panel, defined by script "com_body.Height = com_body.width"), as shown in the Designer screenshot. As you can see, in the small screen shot everything is shifted down....
(Additionally I have tried anchoring from top, but still have same offset)

Any suggestions on how I can get the correct layout on a smaller screen?

James
 

Attachments

  • Capture.PNG
    Capture.PNG
    85.1 KB · Views: 135
  • 480x854 @ 1.5 scale.png
    480x854 @ 1.5 scale.png
    133.4 KB · Views: 143
  • 1080x2094 @ 2.625 scale.png
    1080x2094 @ 2.625 scale.png
    120 KB · Views: 145
Last edited:
Top