Unable to see Tab Indicator in TabLayout design support library

前端 未结 6 1666
北海茫月
北海茫月 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:12

    You can use below methods

    1 Change in xml app:tabIndicatorColor="" set your indicator color

    2 creating costume theme

    
    
        
    

    set theme in your Tablayout

提交回复
热议问题