leochuan / ViewPagerLayoutManager

ViewPager like LayoutManager which supports some awesome animations and infinite scroll.
Apache License 2.0
1.75k stars 330 forks source link

你好 我调用adapter的notifyDataSetChanged后recyclerView会往后滚动 6.0的机子上没问题 9.0有这个问题 #95

Open weiandebeiying opened 5 years ago

weiandebeiying commented 5 years ago

CarouselLayoutManager carouselLayoutManager = new CarouselLayoutManager(getContext(), 500); carouselLayoutManager.setOrientation(LinearLayoutManager.VERTICAL); carouselLayoutManager.setMinScale(0.9f); carouselLayoutManager.setInfinite(true); carouselLayoutManager.setMaxVisibleItemCount(5);

TurKurT656 commented 4 years ago

did you find the problem? or temporary fix?