What I want to do is change the background color (set custom drawable) of a popup error message displayed after using setError()
method.
Currently, it l
you will need to include these dependancies:
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
and here is a sample on how to use it:
This will give you the Material Design you are looking for to give form validation as well as a nice animation effect for the label.