A Floating Action Button Speed Dial implementation for Android that follows the Material Design specification (https://material.io/components/buttons-floating-action-button#types-of-transitions)
Apache License 2.0
1.47k
stars
142
forks
source link
Option to not close menu when all action items are removed #148
I have this scenario where I'm switching from one set of buttons to another. To achieve this, I need to remove the current Action Items, then add the new set of Action Items, and finally reopen the menu. I was wondering if it would be worthwhile to make a modification so the menu does not close when all action items are removed.
I have this scenario where I'm switching from one set of buttons to another. To achieve this, I need to remove the current Action Items, then add the new set of Action Items, and finally reopen the menu. I was wondering if it would be worthwhile to make a modification so the menu does not close when all action items are removed.