[Solved] Changing the look and feel of default .setError(“I dont like your pink color”); [closed]


OK, I’ll assume that you mean

EditText.setError()

Extend TextView in your own custom class and override setError() to do whatever you want. You could start with the Android source to see the default implementation.

EditText source

2

solved Changing the look and feel of default .setError(“I dont like your pink color”); [closed]