FloatingActionButtonSpeedDial
FloatingActionButtonSpeedDial copied to clipboard
Reduce the space between main FAB and action FABs
Step 1: Are you in the right place?
- [X] I have verified there are no duplicate active or recent bugs, questions, or requests
- [X] I have verified that I am using the latest version of the library.
Step 2: Describe the problem:
Basically, I would like all FABs to have the same vertical spacing. Currently the space between the main FAB and the first action FAB is bigger than the space between the action FABs.
Thanks and good work
This request is not really compliant with the Speed Dial demo of the official Material Design and the behavior of Inbox by Gmail:
Unfortunately this change is more difficoult that what it seems because, to properly support API < 21, I am using the UseCompatPadding
option of the FAB and the current vertical spacing between the main FAB and the Action FABs is the minimum amount of space I can have.
But it is always nice to give devs options so I will try to find a solution. I am considering however to wait a little because I would like refactor the main FAB and add a label there too, but for that I am blocked by #11.
I understand your decision, but yeah, I would like to see it with the smaller spacing in a future release :blush: Thanks!
This issue has been automatically marked as stale because it has not had activity in the last 60 days.