center_vertical

  1. M

    Android Question CENTER_VERTICAL in label inconsistent across devices

    I am using labels with CENTER_VERTICAL. This works on my phone but on my tablet the text is at the bottom of the label. I have tried adding this to Activity_Create Label2.Gravity = Bit.Or(Gravity.BOTTOM, Gravity.CENTER_HORIZONTAL) but it makes no difference. If I set the label to...
Top