MaterialEditText icon indicating copy to clipboard operation
MaterialEditText copied to clipboard

Lagging animation on setError inside `Dialog`

Open kshkrao3 opened this issue 8 years ago • 3 comments

First of all, I would like to thank the authors of this beautiful library. The issue I am having is that I am using this MaterialEditText within my Custom Dialog and when I use setError it lags for 1 second and then displays the error message. Is there any where we can avoid this? Basically, the dialog content view grows and shrinks which is for what I feel this lag is happening. Any work around for this?

kshkrao3 avatar Dec 10 '16 19:12 kshkrao3

+1

icodeyou avatar Dec 23 '16 12:12 icodeyou

I too observed this in my custom DialogFragment. No issues when used in Activities though.

vibin avatar Jun 19 '17 11:06 vibin

I've fixed this by adding app:met_minBottomTextLines="1" so space for error message is reserved and view size is not changing

denispo3 avatar Dec 08 '17 10:12 denispo3