Skip to content

Instantly share code, notes, and snippets.

@Neferetheka
Created September 17, 2015 13:57
Show Gist options
  • Save Neferetheka/ce098de4d6f668c54758 to your computer and use it in GitHub Desktop.
Save Neferetheka/ce098de4d6f668c54758 to your computer and use it in GitHub Desktop.
multiAutoCompleteTextView with autocorrect
multiAutoCompleteTextView.setRawInputType(InputType.TYPE_CLASS_TEXT
|InputType.TYPE_TEXT_FLAG_CAP_SENTENCES
|InputType.TYPE_TEXT_FLAG_AUTO_CORRECT
|InputType.TYPE_TEXT_FLAG_MULTI_LINE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment