The problem is the autocorrect bar on the Android soft keyboard is covering my ListView (on one phone only!). I’m hoping to fix this by simply removing the autocorrect bar. Any ideas?
Share
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.
Add this inputType : InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS, you can add it with a “|” in the xml and in java if you have already an inputType on your view.