Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Caps only keypad

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?

like image 891
Kurt Avatar asked Jun 20 '26 07:06

Kurt


1 Answers

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

like image 89
Roberto Avatar answered Jun 22 '26 19:06

Roberto



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!