Skip to content

Underline #14

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

Open
Kvazios opened this issue Apr 5, 2017 · 2 comments
Open

Underline #14

Kvazios opened this issue Apr 5, 2017 · 2 comments

Comments

@Kvazios
Copy link

Kvazios commented Apr 5, 2017

Hello!
Keyboard automatically underline last word (for suggestions), but Knife.toHtml() saves this underline.
Any suggestions, how to solve this?

@Kvazios
Copy link
Author

Kvazios commented Apr 5, 2017

Okay, after some research, I'm found this solution:

knife.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
knife.setSingleLine(false);

@scottyab
Copy link

I'm seeing underline of the first word, for some reason, setting the inputType and setSingleLine(false) didn't work for me 🤔

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