Using the code below, I can Center the alignment of text.
For Password Field, when I click the reveal (eye) button, the alignment changed to Left.
However this does not happen when clicking on the clear (x) button.
How to stop the alignment change to Left?
B4X:
B4XFloatTextField.TextField.SetTextAlignment("CENTER", "CENTER")
For Password Field, when I click the reveal (eye) button, the alignment changed to Left.
However this does not happen when clicking on the clear (x) button.
How to stop the alignment change to Left?
Last edited: