I want to change the style of the right icon error (the image with ! sign) in a TextInputLayout
but I don't find how.
It is possible?.
With the Material Component Library just use the app:errorIconDrawable
attribute.
Something like:
<com.google.android.material.textfield.TextInputLayout
app:errorIconDrawable="@drawable/..."
../>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With