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

Bug: too many line-breaks between un-ordered list and text #56

Open
AndroidDeveloperLB opened this issue Mar 6, 2018 · 1 comment
Open

Comments

@AndroidDeveloperLB
Copy link

Suppose you have this :

val inputXmlString = "Aaa<br/><b>Bbb<br/></b>Ccc<br/><ul><li>Ddd</li><li>eee</li></ul>fff<br/><ol><li>ggg</li><li>hhh</li></ol>"
textView.text = HtmlSpanner().fromHtml(inputXmlString)

I get this :

image

Before "fff" there is no extra line breaks...

@Xiaxiangjing
Copy link

Yes, I also have this problem. There are too many newlines between paragraphs, which take up a lot of space

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