Skip to content
New issue

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

How to apple strikethrough style to items? #115

Closed
tfrolova91 opened this issue Oct 28, 2018 · 1 comment
Closed

How to apple strikethrough style to items? #115

tfrolova91 opened this issue Oct 28, 2018 · 1 comment

Comments

@tfrolova91
Copy link

Hi @ShawnLin013,
is there a possibility to add the strikethrough style to text of displayed items?

@ShawnLin013
Copy link
Owner

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants