I added this option to my FlexboxLayout for had animation when children move :
android:animateLayoutChanges="true"
Unfortunately child view are animated only when I add child, but not when one child is resized! Have you got any idea to always have an animation?