I have an EditText field in my project which stands for the full name of the person.So I want only letters and spaces to be allowed in it.So I tried the following in the XML file
android:digits="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ "
But it didn't work.Can anyone tell me how to do it?
Post:117
Points:821Re: EditText field accept only letters and white spaces in Android