Android Question FloatLabeledEditTex-Email Keyboard

Nickle

Member
Licensed User
Longtime User
Hi I am able to get inputtype as email with below code using ordinary EditText.

B4X:
txtEmail.EditText.InputType As Bit.Or(txtEmail.InputType, 0x00000020)

Is is also avialable with ACEditText but I want to use FloatLabeledEditTex Is there a way to change the inputtype to email..
 
Top