I am getting a bug using the official FloatingActionButton from Google\'s support design library.
FloatingActionButton
Here is my LogCat.
android.view.Infla
If you're using a VectorDrawableCompat (Vector asset) you should use:
VectorDrawableCompat
app:srcCompat="@drawable/x"
instead of:
android:src="@drawable/x"