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
Hi @ShawnLin013, is there a possibility to add the strikethrough style to text of displayed items?
The text was updated successfully, but these errors were encountered:
✨ Support strikethrough and underline text (#115)
67b9942
Hi @dev-alysenko,
Thank you for your suggestion. 🙏
This feature is supported at v2.4.7. Please try the following code snippet.
numberPicker.setSelectedTextStrikeThru(true); numberPicker.setTextStrikeThru(true);
or
app:np_selectedTextStrikeThru="true" app:np_textStrikeThru="true"
Sorry, something went wrong.
No branches or pull requests
Hi @ShawnLin013,
is there a possibility to add the strikethrough style to text of displayed items?
The text was updated successfully, but these errors were encountered: