I was wondering how and if I could set multiple flags for an android layout.
For example I want to use an autocompletetextview with the text view flags of TYPE_TEXT_FLAG_AUTO_COMPLETE
and
TYPE_TEXT_FLAG_AUTO_CORRECT
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
|So in your case you want
Example for an EditText
For a complete list of flags you can specify in
inputType, refer to the documentation.