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
Have you tried android:inputType="textFilter"? That will disable all text filters, so there's no auto-correcting.
android:inputType="textFilter"