How to achieve smooth expand/collapse animation

前端 未结 4 544
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-23 10:16

I\'m referring the expand / collapse animation code found here.

Android: Expand/collapse animation

Although it works, it doesn\'t do the job well. The animat

4条回答
  •  独厮守ぢ
    2020-12-23 10:44

    The easiest way to do animations is by adding the following to your xml for your linear layout:

    android:animateLayoutChanges="true"
    

    It works great and uses default animations directly from Android

提交回复
热议问题