How to add shadow to the FAB provided with the android support design library?

Simply setting app:borderWidth="0dp" resolve this issues for me.

Note: don’t forget to add xmlns:app="http://schemas.android.com/apk/res-auto" to your root layout.

This issue should be fixed in next release of android design library.

Leave a Comment