Android Question there is a bug on B4XFloatTextField ? TOP align of text not working

omarruben

Active Member
Licensed User
Longtime User
Hi again, please check the attachments, looks like the text TOP alignment is not working
the words "test test test ..." should appear at the top of the edit field

Screenshot_20210215-014948.png
2021-02-15 01_48_42-Window.jpg
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Custom views show all these properties even if they are not used. In this case they are not used.

You will need to change it programmatically:
B4X:
B4XFloatTextField1.TextField.SetTextAlignment(...)
Not sure that it will work good with top alignment. You will probably need to make the hint empty.
 
Upvote 0
Top