I am using Material design library and creating layout using CoordinatorLayout ,AppBarLayout ,RecyclerView and TabLayout .
CoordinatorLayout
RecyclerView
TabLayout
My issu
Here you go.. :)
Change your attribute
app:tabBackground="@color/tab_bg"
to
android:background="@color/tab_bg"
your final code..