A breathing toolbar library in Kotlin
Want to use the breathing toolbar effect similar to Snapchat in your app? You have reached the right place.
How to use?
- Initialize:
val snappy = Snappy(this, colorArray)
- Start the magic:
snappy.startBreathing(toolbar)
- When you're done:
snappy.stopBreathing(toolbar)
from The Android Arsenal
No comments:
Post a Comment