codelab-constraint-layout
                                
                                 codelab-constraint-layout copied to clipboard
                                
                                    codelab-constraint-layout copied to clipboard
                            
                            
                            
                        2.0 beta-3 TextView flickers on size animation in MotionLayout
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.
 
 

Solved!!
Width to wrap_content - wrap_content to Width
wrap_content to wrap_content not working, fix bug pls.
Still need wrap_content to wrap_content. just add +1 to witdth animation pls.