I am using B4XFloatTextField so that I can use the Accept feature to get the iPhone number keypad to close.
For this view, I selected the option for centered text but the text is still left-justified. A bug? or am I doing something wrong?
you can try with:
Or any combination you need.B4X:B4XFloatTextField1.TextField.SetTextAlignment("CENTER","CENTER")
This centers the main text but not the hint text. Is there an option like .setHintAlignment? Font size of hint does not match font size of main text either. Can I influence position and font size of the hint in a B4XFloatTExtField?