In Android Studio, I can fix it after adding an elevation to the text view:
android:elevation="6dp"
FAB seems to have 5dp heights.
However, I'm not sure if this will fully work for you, since → 21 is available for the API.
Try to do some tests on real devices ...
Perhaps in real devices / emulators android:stateListAnimator="@null" enough android:stateListAnimator="@null" .
UPDATE
After adding app:elevation this fix also started working with old APIs
app:elevation="6dp" android:elevation="6dp"
source share