android:errorMessageBackground getting no resource found error in styles.xml

ぐ巨炮叔叔 提交于 2020-01-01 08:48:49

问题


i was working on EditText validations and using 'setError' to show error messages.

My primary motto is to change the error popup as par my application design. I used the "android:errorMessageBackground" in styles but unfortunately i am getting **No Resource found error**.

Used Base API: 2.2 (Even tried with 4.0.3 also) not sure what we need to do ?


回答1:


This seems to be a known issue: https://code.google.com/p/android/issues/detail?id=55879



来源:https://stackoverflow.com/questions/13874197/androiderrormessagebackground-getting-no-resource-found-error-in-styles-xml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!