skyfishjy / android-ripple-background

A beautiful ripple animation for your app
MIT License
2.26k stars 579 forks source link

implemented inward ripple & setRippleColor(color) #8

Closed kcochibili closed 9 years ago

kcochibili commented 9 years ago

Added option to make the ripple animate inwards: to imitate an incoming item.

Added method to programmatically change the ripple color at any time.

skyfishjy commented 9 years ago

Great Work. But this project is built to show how to use AnimatorSet to create simple Animation.