Android EditText : How to avoid user enter smileys? -


i avoid user put smiley keyboard edittext. possible ?

enter image description here

you can define input type , accept letters or change keyboard type:

https://developer.android.com/training/keyboard-input/style.html

or can accept specific digits:

how create edittext accepts alphabets in android?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - WPF+EF - The operation cannot be completed because the DbContext has been disposed -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -