Android Question DSFloatLabelEditText Number, it does not work

rscheel

Well-Known Member
Licensed User
Longtime User
I'm using DSFloatLabelEditText from the DesignSupport library, when I put it in number format the keyboard is normal.

@corwin42

Captura.PNG Screenshot_20170816-115555.png
 

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
Top