Scalified / fab

Floating Action Button Library for Android
Apache License 2.0
849 stars 164 forks source link

Is the way to have margin 0dp? #34

Closed HormCodes closed 9 years ago

HormCodes commented 9 years ago

When I delete in XML this line android:layout_marginBottom="@dimen/fab_margin", some margin would be still in mu UI. Is the way to have margin of FAB 0dp?

vbaidak commented 9 years ago

Hello Failos,

If you have additional margins in case of setting them explicitly to 0dp, this means that you are using Shadow / Shadow responsive effect.

In this case, there is no possibility to remove it. In this topic I explained why.

HormCodes commented 9 years ago

Thanks...