We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看到你在另外一个issue中回复 滚动中不回调onPagerIndexSelected。 那么如何获取滚动中的positionOffset呢,类似viewPager/ViewPager2中的都滚动监听。
onPagerIndexSelected
positionOffset
void onPageScrolled(int position, float positionOffset, @Px int positionOffsetPixels);
The text was updated successfully, but these errors were encountered:
可以先使用 recyclerView.computeHorizontalScrollOffset()来计算一下。
recyclerView.computeHorizontalScrollOffset()
Sorry, something went wrong.
No branches or pull requests
看到你在另外一个issue中回复 滚动中不回调
onPagerIndexSelected
。那么如何获取滚动中的
positionOffset
呢,类似viewPager/ViewPager2中的都滚动监听。The text was updated successfully, but these errors were encountered: