Describe your issue
The vertical alignment of the label (or TextBox) text is incorrectly render in companion / app.
Steps to reproduce the issue
Add two buttons to screen. Set their width to fill parent. Add a label between the buttons and set the following properties: width and height to fill parent, font bold: true, font size: 90, Text: 0 and text alignment: centre.
The same behaviour is repeated if you replace the label with a textbox and same property values for size, font and text.
Expected Behaviour
The text"0" should be entered between the two buttons.
Actual Behaviour
Using a label:
The text “0” is not centred and is placed at the top, nearer to the top button. (in emulator / apk). in designer, is located overlapping the top button.
Using a textbox:
The text “0” is not centred and is placed at the top, nearer to the top button. (in emulator / apk). in designer, however, is entered correctly.
Images
Designer - label Designer - TextBox
Emulator - Label. Emulator - TextBox
Android version
Marshmallow and Lollipop, device and emulator.
AIA Files
HelloToast-2.aia (1.6 KB)
HelloToast.aia (1.6 KB)
HelloToast.apk (4.6 MB)