just set the background color to transparent or the background color to tablayout. Add the following code to the parent layout.
xmlns:app="http://schemas.android.com/apk/res-auto"
And add the following to the tablayout.
app:tabBackground="?attr/colorPrimary" android:background="?attr/colorPrimary"
This will solve your problem. Tested in Android M.
source share