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
Hello! Thank you for this useful library. It works well but have an issue. When I am trying to scroll it slowly from begging it gets some lags:
Here is a code:
<com.shawnlin.numberpicker.NumberPicker android:id="@+id/picker" android:layout_width="@dimen/dimen_232dp" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" app:np_dividerColor="@color/gray" app:np_selectedTextSize="34sp" app:np_textColor="@color/black" app:np_textSize="@dimen/34sp" />
picker.minValue = 1 picker.maxValue = 64 picker.wrapSelectorWheel = false picker.value = 1 picker.setOnValueChangedListener { _, _, newValue -> handlePickerValue(newValue) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Thank you for this useful library. It works well but have an issue. When I am trying to scroll it slowly from begging it gets some lags:
Here is a code:
The text was updated successfully, but these errors were encountered: