List of usage examples for android.text.style BulletSpan BulletSpan
public BulletSpan()
From source file:org.miaowo.miaowo.util.Html.java
private static void endLi(Editable text) { endCssStyle(text); endBlockElement(text); end(text, Bullet.class, new BulletSpan()); }