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
com.github.gzu-liyujiang.AndroidPicker:WheelView:4.1.13
WheelView设置 OnWheelChangedListener,在滑动过程中 onWheelScrolled方法和onWheelScrollStateChanged方法中调用 view.currentPosition 下标是不变的
WheelView
OnWheelChangedListener
onWheelScrolled
onWheelScrollStateChanged
view.currentPosition
因为要在滑动过程中设置震动效果,需要监听到下标变化,但是一直到滑动结束下标才会变
中心字体变大的时候,下标也应该变化
The text was updated successfully, but these errors were encountered:
No branches or pull requests
com.github.gzu-liyujiang.AndroidPicker:WheelView:4.1.13
WheelView
设置OnWheelChangedListener
,在滑动过程中onWheelScrolled
方法和onWheelScrollStateChanged
方法中调用view.currentPosition
下标是不变的因为要在滑动过程中设置震动效果,需要监听到下标变化,但是一直到滑动结束下标才会变
中心字体变大的时候,下标也应该变化
The text was updated successfully, but these errors were encountered: