input - Android virtual keyboard turn on caps lock -


I have an edit text field I when the user clicks on it by default, then it will allow small letters on the virtual keyboard Shows

I want to display the cap of the first letter and the rest of the keyboard by default.

How can this be done? Try adding your layout

Android: capitalize = "sentences" For the definition of EditText in the file, it must be capitalized in the first letter of the sentence if you want to start each word with a capital letter.

You can find more information about this.


Comments