I have edit text which accept string. I want that the first letter of the string is capital for that I want to show keyboard with capital letter which default behavior of android.
XML answer:
android:inputType="textCapSentences"
If you need to use more than one input type follow this:
android:inputType="textCapSentences|textPersonName"
! Do not use below code because it is deprecated:
android:capitalize="sentences" <!-- deprecated -->
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With