-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop legacy com.getbase:floatingactionbutton #156
Comments
I am using a standard FloatingActionButton e.g. here, but I need a special FloatingActionButton with two options (FloatingActionsMenu) here. This is why I'm using |
Unfortunately no. |
There are other libraries for FAB menus that are better maintained. I was actually looking at doing this for AudioAnchor but I forgot. I'll get this done :) |
Version 1.10.1 is from 2015. It is only library which uses old android.support libraries, which requires Jetifier to be enabled.
Floating Action Button can be implemented usual way with Material library:
The text was updated successfully, but these errors were encountered: