Changing The Look And Feel Of Default .seterror("i Dont Like Your Pink Color");
Is there a way to change the look and feel and the colour of .setError(''); thing?
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.
Post a Comment for "Changing The Look And Feel Of Default .seterror("i Dont Like Your Pink Color");"