codelab-constraint-layout icon indicating copy to clipboard operation
codelab-constraint-layout copied to clipboard

2.0 beta-3 TextView flickers on size animation in MotionLayout

Open Only-IceSoul opened this issue 6 years ago • 2 comments

I'm currently trying to create a toolbar animation with the MotionLayout. Everything works fine except the fact that the TextView with the height and width "wrap_content" is partly flickering when the size of the TextView is increased.

textview1 textview2 textview3

Only-IceSoul avatar Oct 24 '19 20:10 Only-IceSoul

Solved!!

Width to wrap_content - wrap_content to Width

wrap_content to wrap_content not working, fix bug pls.

Only-IceSoul avatar Oct 24 '19 23:10 Only-IceSoul

Still need wrap_content to wrap_content. just add +1 to witdth animation pls.

Only-IceSoul avatar Dec 17 '19 23:12 Only-IceSoul