I am getting a bug using the official FloatingActionButton from Google\'s support design library.
FloatingActionButton
Here is my LogCat.
android.view.Infla
com.android.support:appcompat-v7:21+ added support for tinting widgets on devices running pre android 5.1 (API Level 21). To make use of it make sure you extend or set the AppCompat Theme and use app:backgroundTint instead of android:backgroundTint.
com.android.support:appcompat-v7:21+
AppCompat
app:backgroundTint
android:backgroundTint
Example: