Android Question text not align to center vertical on phone with navigation bar

analizer3816

Member
Licensed User
Longtime User
Hello
I create app, add 2 labels with white background color and set
-horizontal alignment:CENTER_HORIZONTAL
-vertical alignment:CENTER_VERTICAL
-padding:0,0,0,0

then I tested app on
1.huawei y6ii(navigation bar as bottom),text not align to real center vertical
2.samsung galaxy note 5(no navigation bar at bottom),text align to real center vertical

please see my pic, I want to set text align to center vertical for all phone.
could someone suggest me ?

thanks

Untitled-1.jpg
 
Last edited:

ronell

Well-Known Member
Licensed User
Longtime User
dont know if this works but try setting it in code
B4X:
label.Gravity = Gravity.CENTER_HORIZONTAL
 
Upvote 0
Top