Reversing the morphing animation from arrow to checkmark

前端 未结 2 1593
广开言路
广开言路 2021-01-31 06:11

I am trying to achieve the morphing effect, when the user clicks myButton, the image inside the ImageView should morph from arrow to checkmark. And when he clicks it again, the

2条回答
  •  野性不改
    2021-01-31 06:39

    I will go with Circular Progress Button, you can customize it based on your need or extend the library (since. it's open source). I have been using that for a while and it is pretty easy to integrate on your projects.

    Also, you can learn from that and create your own library :-)

    Here the Git repository CircularProgressButton

    Also, you can try out other excellent open source such as Android Morphing Button

提交回复
热议问题