Skip to content
/ Snappy Public
forked from aliwaris0572/Snappy

Breathing toolbar library in Kotlin

License

Notifications You must be signed in to change notification settings

panosx2/Snappy

 
 

Repository files navigation

Snappy

Android Arsenal

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.

|sample1| sample2|

How to use?

  1. Initialize - val snappy = Snappy(this, colorArray)
  2. Start the magic - snappy.startBreathing(toolbar)
  3. When you're done - snappy.stopBreathing(toolbar)

Easy enough!!! :) For more customization, refer sample application code.

Gradle

Add it in your root build.gradle at the end of repositories

allprojects {
	    repositories {
		    ...
		    maven { url 'https://jitpack.io' }
	    }
    }

Then, add this in you app level build.gradle

dependencies {
            implementation 'com.github.aliwaris0572:Snappy:{latest_version}'
    }

Support

If you liked my work, consider buying me a cup of ☕ by PayPal

About

Breathing toolbar library in Kotlin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%