html-textview
html-textview copied to clipboard
li is Not working with lineSpacingExtra, the bullet is not in center vertically
That is a bug from the implementation of BulletSpan in Android < 28.
It would great that the library would implement a fixed version of BulletSpan...
I am open for pull requests.
I suggested one approach in the following PR #172 , the fixed implementation is still required though.
The implementation can be inspired from this article https://medium.com/ackee/how-to-make-bulletproof-bullet-lists-in-textview-223c54fb21e6
@ivannarino Great thanks for the re-factoring in #172 .
Can you port over the ImprovedBulletSpan
from the medium blog post in another pull request?
Would be pretty awesome.