markormesher / android-fab

Floating action button (FAB) for Android with speed-dial menu functionality
Apache License 2.0
211 stars 29 forks source link

How can we extend the distance between fab buttons #53

Open antranvn opened 4 years ago

antranvn commented 4 years ago

It is really nice project. How can we extend the distance between fab buttons? Currently, it is very near to each other.

markormesher commented 4 years ago

Hey @antranvn. If the menu options are much closer to each other than the ones in image in the readme it might be a bug - if so, could you share a screenshot? Other than that, it's not customisable at the moment, it just uses the spacing from the Material Design UI specs. If this is something you really need, feel free to start a PR and I'll take a look at it.

antranvn commented 4 years ago

Ah for current spacing, it is not really cool, it should more spacing. Okay @markormesher, I just try sometimes to update in FloatingActionButton but I haven't achieved it, will try something yeah.