Android Question DSFloatLabelEditText Number, it does not work

rscheel

Well-Known Member
Licensed User
Longtime User
I have solved it by adding the following code to Activity_Create, thanks.

B4X:
edText.InputType = edText.INPUT_TYPE_NUMBERS
 
Upvote 0