How to disable auto-capitalization of an EditText

前端 未结 3 737
不思量自难忘°
不思量自难忘° 2020-12-17 23:17

This will have a really simple answer, but I can\'t seem to find what it is. I want to disable the auto-capitalization of an EditText so that, by default, the first letter e

3条回答
  •  萌比男神i
    2020-12-17 23:56

    Have you tried android:inputType="textFilter"? That will disable all text filters, so there's no auto-correcting.

提交回复
热议问题