Keep animated View at final Animation Position

后端 未结 3 2002
梦毁少年i
梦毁少年i 2020-12-14 08:10

So I\'m animating a view using animation:




        
3条回答
  •  失恋的感觉
    2020-12-14 08:52

    You can use NineOldAndroid proxy library for using ObjectAnimator as you wish. it supports lower api levels and uses the native library for newer api levels.

    Just simply import as LibraryProject and it will be all good.

提交回复
热议问题