/GooeyMenu

Gooey menu - Android Fab Button with Gooey effect

Primary LanguageJava

Option menu with gooey effectes.

Inspired by this dribbble:

What this Lib cab do :

1.Tab on each menu you get call with menu number.

2.You can customize the number of the menu.

3.Distance between super menu and sub men can be customize.

4.Customize menu icon.

also,you can set the menu's icon:

Download

Include jitpack.io inside of root project build.gradle:

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

After that you can easily include the library in your app build.gradle:

dependencies {
	        compile 'com.github.anshulagarwal06:GooeyMenu:-SNAPSHOT'
	}

That's it. build your project.