All Projects → TristanWiley → Floatingactionmenu

TristanWiley / Floatingactionmenu

Licence: mit
I got the original code from douo here - gist.github.com/douo/dfde289778a9b3b6918f

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Floatingactionmenu

Teaset
A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
Stars: ✭ 2,845 (+3026.37%)
Mutual labels:  library, menu
Discord.js Menu
💬 Easily create Discord.js v12 embed menus with reactions and unlimited customizable pages.
Stars: ✭ 89 (-2.2%)
Mutual labels:  library, menu
Beagle
A smart, reliable, and highly customizable debug menu library for Android apps that supports screen recording, network activity logging, and many other useful features.
Stars: ✭ 287 (+215.38%)
Mutual labels:  library, menu
Layerjs
layerJS: Javascript UI composition framework
Stars: ✭ 1,825 (+1905.49%)
Mutual labels:  library, menu
Duo Navigation Drawer
A flexible, easy to use, unique drawer library for your Android project.
Stars: ✭ 986 (+983.52%)
Mutual labels:  library, menu
Test Each
🤖 Repeat tests. Repeat tests. Repeat tests.
Stars: ✭ 89 (-2.2%)
Mutual labels:  library
Tor Android
Tor binary and library for Android
Stars: ✭ 90 (-1.1%)
Mutual labels:  library
Neatinput
A .NET standard project which aims to make keyboard and mouse input monitoring easy on Windows and eventually Linux.
Stars: ✭ 89 (-2.2%)
Mutual labels:  library
Androidoauth
A simple way to authenticate with Google and Facebook using OAuth 2.0 in Android
Stars: ✭ 88 (-3.3%)
Mutual labels:  library
Ngx Select Dropdown
Custom Dropdown for Angular 4+ with multiple and single selection options
Stars: ✭ 91 (+0%)
Mutual labels:  library
Badger
Fast key-value DB in Go.
Stars: ✭ 10,127 (+11028.57%)
Mutual labels:  library
Protobuf Nim
Protobuf implementation in pure Nim that leverages the power of the macro system to not depend on any external tools
Stars: ✭ 90 (-1.1%)
Mutual labels:  library
Ccxt.net
CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
Stars: ✭ 89 (-2.2%)
Mutual labels:  library
Python Isc Dhcp Leases
Small python module for reading /var/lib/dhcp/dhcpd.leases from isc-dhcp-server
Stars: ✭ 90 (-1.1%)
Mutual labels:  library
Cdnjs
🤖 CDN assets - The #1 free and open source CDN built to make life easier for developers.
Stars: ✭ 9,270 (+10086.81%)
Mutual labels:  library
Libtelegram
Fast, efficient, header-only C++ Telegram bot API library using polling or FastCGI
Stars: ✭ 88 (-3.3%)
Mutual labels:  library
Spider
A small dart library to generate Assets dart code from assets folder.
Stars: ✭ 90 (-1.1%)
Mutual labels:  library
Rst
PHP library to parse reStructuredText documents
Stars: ✭ 90 (-1.1%)
Mutual labels:  library
Xdg
Go implementation of the XDG Base Directory Specification and XDG user directories
Stars: ✭ 88 (-3.3%)
Mutual labels:  library
Functionalplus
Functional Programming Library for C++. Write concise and readable C++ code.
Stars: ✭ 1,286 (+1313.19%)
Mutual labels:  library

#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/dfde289778a9b3b6918f

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

##Contributors Tristan Wiley

douo

callmepeanut

Avinash-Bhat

Also thank you to my friend tryadelion for helping me get this on Bintray :).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].