AnimatePlayButton
play button animate to pause and stop button.
Import
Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency
How to use
Use it in xml
Add click listener in Java/Kotlin
Reference
xml attribute | description | default value |
---|---|---|
animationDuration | the transform animation duration | 300(300ms) |
borderColor | the outside border color | @android:color/holo_blue_bright |
buttonBackground | the button's background(need shape drawable) | @drawable/circle_button_bg |
buttonColor | the button's icon color | @android:color/white |
buttonSize | the button's size | 42dp |