I have an array of editTexts which I make like this:
inputs[i] = new EditText(this); inputs[i].setWidth(376); inputs[i].setInputType(
try using this single line of code in your xml:
android:capitalize="sentences"