Open akshaytandroid opened 8 years ago
I was wondering the same, but I did dig into the code and found this to fix my problem like yours :
Just remove
ViewCompat.animate(card) .scaleY(reducedScale) .setDuration(ANIMATION_DURATION);
in the reduce() method, then the white horizontal lines will not be disappeared.
Thanks. Was facing the same problem.
Hello, i'm still facing this problem. Can developer hotfix it?
i may have fixed this using a different solution, check this fork: https://github.com/jianastrero/MaterialTextField
When Initialized, there will be a white horizontal line and next try expanding. Now try collapsing, the horizontal white line is gone. It is not working as it in the screenshot provided.