Is there a way of using resources for setError for Edittext?
I tried setError.(getString(R.string.bla)) as well and context.getString(R.string.bla)
No of them sets the error the text bla corresponds in the strings.xml. it gets a number which I guess resources reference value.
Any Idea that how can I use the string resources for setError?
Thanks