Bez popisu

Tristan Wiley 0efe95c4c4 Added the dependency! Now on BinTray! před 10 roky
example 782a04a213 Update DemoCircleMenuFragment.java před 10 roky
gradle 7756ecc20f make a library out of it před 10 roky
library d378b7ddde Update FloatingActionMenu.java před 10 roky
.gitignore 7756ecc20f make a library out of it před 10 roky
README.md 0efe95c4c4 Added the dependency! Now on BinTray! před 10 roky
build.gradle d4f1ca70a0 setup project for jcenter bintray před 10 roky
gradle.properties 7756ecc20f make a library out of it před 10 roky
gradlew 7756ecc20f make a library out of it před 10 roky
gradlew.bat 7756ecc20f make a library out of it před 10 roky
settings.gradle 7756ecc20f make a library out of it před 10 roky

README.md

#FloatingActionMenu

This is a fork from https://github.com/TristanWiley/FloatingActionMenu, I modified it to support both circle and line menu.

Check the example for usage, the default is a line. A "circle" can be used by doing

#Usage

Put the following dependency in Gradle:

compile 'com.novaapps:FloatingActionMenu:1.0'

Check the sample for more information, to make the FloatingActionMenu a circle use the below code.

    menu.setIsCircle(true)

Example

The original code is from douo in this gist- gist.github.com/douo/dfde289778

I modified the code so it looks better, there's spacing between the buttons.

##Contributors Tristan Wiley

douo

callmepeanut

Avinash-Bhat