Skip to content Skip to sidebar Skip to footer

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?

Solution 1:

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

Post a Comment for "Changing The Look And Feel Of Default .seterror("i Dont Like Your Pink Color");"