Unable to see Tab Indicator in TabLayout design support library

前端 未结 6 1667
北海茫月
北海茫月 2021-02-07 14:38

I am using Material design library and creating layout using CoordinatorLayout ,AppBarLayout ,RecyclerView and TabLayout .

My issu

6条回答
  •  有刺的猬
    2021-02-07 15:07

    Here you go.. :)

    Change your attribute

    app:tabBackground="@color/tab_bg"

    to

    android:background="@color/tab_bg"

    your final code..

     
     
    

提交回复
热议问题