Unable to see Tab Indicator in TabLayout design support library

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

    You are using RecyclerView as the main content, use ViewPager containing RecyclerView and make sure you give viewpage attribute app:layout_behavior="@string/appbar_scrolling_view_behavior"

提交回复
热议问题