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.
2
solved Changing the look and feel of default .setError(“I dont like your pink color”); [closed]