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:
i need this.
what theme using ? think right theme.appcompat.light.darkactionbar keyword here light, because seems using dark.
Comments
Post a Comment