Android ImageView Zoom-in and Zoom-out Continuously

前端 未结 3 723
误落风尘
误落风尘 2021-02-07 11:23

Is there any way to Zoom-in and Zoom-out an ImageView continuously in Android. I tried using the below code, but only one of the Zoom function is working.

3条回答
  •  执笔经年
    2021-02-07 11:52

    simply use in your animation xml:

     android:repeatMode="restart"
        android:repeatCount="infinite"
    

提交回复
热议问题