Created
September 17, 2015 13:57
-
-
Save Neferetheka/ce098de4d6f668c54758 to your computer and use it in GitHub Desktop.
multiAutoCompleteTextView with autocorrect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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