Here is my code:
input.xml (layout folder)
Well, in my case the answer was in xml design, conflict android:backgroundTint and android:tint
I was design a FloatinActionButton like this:
and it's ok but API > 23
If u design for API_LEVEL < 23, this it's the fix
I hope I have help you,
Regards