Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.33 KB

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