First letter capitalization for EditText

I’m working on a little personal todo list app and so far everything has been working quite well. There is one little quirk I’d like to figure out. Whenever I go to add a new item, I have a Dialog with an EditText view showing inside. When I select the EditText view, the keyboard comes up to enter text, as it should. In most applications, the default seems to be that the shift key is held for the first letter… although it does not do this for my view. There has to be a simple way to fix, but I’ve searched the reference repeatedly and cannot find it. I’m thinking there has to be an xml attribute for the reference loaded by the Adapter, but I can’t find out what it is.

17 Answers
17

Leave a Comment