TabLayout with viewpager not smooth scrolling

前端 未结 9 719
既然无缘
既然无缘 2020-12-29 03:36

Edit

I have followed these tutorials to fix this problem.

http://www.truiton.com/2015/06/android-tabs-example-fragments-viewpager/ https://g

9条回答
  •  南笙
    南笙 (楼主)
    2020-12-29 03:42

    If You are going to create TabLayout within a fragments then use getChildFragmentManager() instead of getSupportFragmentManager() as a parameter.

    ViewPagerAdapter adapter = new ViewPagerAdapter(getChildFragmentManager());
    

提交回复
热议问题