zendesk / android-floating-action-button

Floating Action Button for Android based on Material Design specification
Apache License 2.0
6.38k stars 1.45k forks source link

The labels margin is added to the FAB menu #289

Open BenoitDuffez opened 8 years ago

BenoitDuffez commented 8 years ago

When using the FAB menu, there is an additional margin due to the labels margin.

This should only be set on the side of the labels, not both.

My use case was a FAB menu at the bottom right, using a 16dp right/end margin. I have actual FAB (from the official support lib) that have the same margin. They aren't placed at the same position, and the FAB menu is shifted 8dp to the left.

minas1 commented 6 years ago

I noticed this as well. Please fix it.