I am getting a bug using the official FloatingActionButton from Google\'s support design library.
FloatingActionButton
Here is my LogCat.
android.view.Infla
I had the same issue and tried different solution. But the one that worked for me was to ensure that appcompat and design support library versions are the same. for example:
compile 'com.android.support:appcompat-v7:23.2.0' compile 'com.android.support:design:23.2.0'