SyntaxFix
Write A Post
Hire A Developer
Questions
You may try BulletSpan as described in Android docs.
SpannableString string = new SpannableString("Text with\nBullet point"); string.setSpan(new BulletSpan(40, color, 20), 10, 22, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);