Android Question How to insert Key .com in my keyboard

Douglas Farias

Expert
Licensed User
Longtime User
hi i m trying inset in my keyboard .com key its possible

i tryed input @ and it works fine with this code
EditText2.InputType = (Bit.OR(EditText2.INPUT_TYPE_TEXT, 0x00000020))

its possible insert .com too ?
 

Douglas Farias

Expert
Licensed User
Longtime User
dont work and remove the @ *-* but no problem Erel very ty
 
Upvote 0
Top