How to create a whatsapp like recording button with slide to cancel

前端 未结 5 1907
逝去的感伤
逝去的感伤 2020-12-11 02:07

As in whatsapp I need a recoding button and a slide to cancel and fade animation , I have searched for similar code but didn\'t got one. I am new to android programming any

5条回答
  •  [愿得一人]
    2020-12-11 02:44

    I have implemented the send button as in whatsapp application which can be either in send state or record state. You can take a look at it here on my blog post.

    The usage is very simple.

    
    

    You just have to set first and second drawable. And also you have to set the state by calling goToState() method.

提交回复
热议问题