incendio Well-Known Member Licensed User Longtime User Apr 17, 2014 #1 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 104.5 KB · Views: 161
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.
Erel B4X founder Staff member Licensed User Longtime User Apr 17, 2014 #2 Have you set SplitEnabled parameter to False (in the call to CalculateHeight)? Upvote 0
incendio Well-Known Member Licensed User Longtime User Apr 17, 2014 #3 Erel said: Have you set SplitEnabled parameter to False (in the call to CalculateHeight)? Click to expand... 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
Erel said: Have you set SplitEnabled parameter to False (in the call to CalculateHeight)? Click to expand... 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.