MaterialTextField icon indicating copy to clipboard operation
MaterialTextField copied to clipboard

Collapsed Card : Horizontal Line

Open akshaytandroid opened this issue 8 years ago • 4 comments

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.

akshaytandroid avatar May 27 '16 20:05 akshaytandroid

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.

issacchern avatar Jun 06 '16 03:06 issacchern

Thanks. Was facing the same problem.

uddish avatar Aug 07 '16 14:08 uddish

Hello, i'm still facing this problem. Can developer hotfix it?

WrathChaos avatar Oct 19 '16 08:10 WrathChaos

i may have fixed this using a different solution, check this fork: https://github.com/jianastrero/MaterialTextField

jianastrero avatar Jan 07 '17 16:01 jianastrero