This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 518
HTML.fromHtml adds space at end of text #19
Labels
Comments
What is you suggestion to do here? |
I think that simply trimming the string before doing setText would do the trick there (like explained in the SO link above). |
This sounds like a good solution: http://stackoverflow.com/a/10187511 |
The following is working for me:
|
I am open for pull requests to fix this. |
fixed in #37 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Html.fromHtml adds extra lines after the text. Html class looks at a
tag, and append two "\n" chars to the end.
see : http://stackoverflow.com/questions/11882323/html-fromhtml-adds-space-at-end-of-text
The text was updated successfully, but these errors were encountered: