MaterialEditText
MaterialEditText copied to clipboard
Setting properties via code doesn't work
password_material.underlineColor(Color.RED)
This code is not working. I can set it via attributes but code doesn't work.
Actually the non-working part is focus change listener section. It doesnt callback when focus changes.