Hi All,
When I try setting EditText auto-capitalize on using the code below, the return key disappears:
txtb.InputType = txtb.INPUT_TYPE_TEXT
txtb.InputType = Bit.Or(txtb.InputType, 16384)
Is there a better way of doing this?
Thanks
iCAB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.