|
|
před 10 roky | |
|---|---|---|
| example | před 10 roky | |
| gradle | před 10 roky | |
| library | před 10 roky | |
| .gitignore | před 10 roky | |
| README.md | před 10 roky | |
| build.gradle | před 10 roky | |
| gradle.properties | před 10 roky | |
| gradlew | před 10 roky | |
| gradlew.bat | před 10 roky | |
| settings.gradle | před 10 roky |
This is a fork from https://github.com/TristanWiley/FloatingActionMenu, I modified it to support both circle and line menu. The sample shows how to use it.
Check the example for usage, the default is a line. A "circle" can be used by doing
menu.setIsCircle(true)
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