Background theme of error of EditText in Android -


i sent error seterror in edittext, how can change theme of edittext black theme error:

here code:

edittext et_email = bla...;   et_email.seterror(mres.getstring(r.string.invalid_email)); 

i this:

enter image description here

i need this. enter image description here

what theme using ? think right theme.appcompat.light.darkactionbar keyword here light, because seems using dark.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -