3

I have a bunch of EditTexts, and when the user clicks on these a keypad comes up and the user can enter some text.

I want to make it so that the keypad is all in capital letters (i.e. caps lock permanently on).

Is this possible?

Kurt
  • 767
  • 8
  • 23

1 Answers1

2

You could try using android:inputType = "textCapCharacters" in the EditText tag of your XML file.

Ram kiran Pachigolla
  • 20,897
  • 15
  • 57
  • 78
Roberto
  • 987
  • 1
  • 9
  • 21