Android Question Help in Scaling with diff screen size

incendio

Well-Known Member
Licensed User
Longtime User
Hi guys,

I am testing Action bar Tutorial on Nexus 7 Tablet, using layout variant 600 x 900, scale 1 (160dpi), the display is ok.

But when testing on 5.2 inch, 1080 x1920 (WxH) phone, display is not ok.

Look at the attachment file, on the bottom, there is gap with Connected Label, although I set Vertical Anchor for that label to 0.

Any hints, how to fix that?

Thanks in advance.
 

Attachments

  • 2014-04-17-12-14-35.png
    2014-04-17-12-14-35.png
    104.5 KB · Views: 161

incendio

Well-Known Member
Licensed User
Longtime User
Have you set SplitEnabled parameter to False (in the call to CalculateHeight)?

No, but after change to false, it works. Thanks a lot!

And don't hesitate to help me in a future with such a basic questions, cause I am really a noob in this field.:)
 
Upvote 0
Top