It looks like FloatingActionButton is not working ether on Android 4.0 and Lollipop. As you can see on image below, on Android Lollipopo shadow is missing and o
FloatingActionButton
Thanks to @harism comment, simply setting app:borderWidth="0dp" resolve both issues.
app:borderWidth="0dp"
Note: don't forget to add xmlns:app="http://schemas.android.com/apk/res-auto" to your root layout.
xmlns:app="http://schemas.android.com/apk/res-auto"