I use setError() on a EditText for validation. It was working fine prior to upgrading to ICS, but now the error box is empty. How do I fix this?
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.
I was able to reproduce this on my Nexus S running Android 4.0.3.
Here’s how I made it work.
Create a theme with:
Apply
MyApp.Theme.Light.NoTitleBartheme to my application / activity from manifest.