I want to show bullet points in android app like image below
I tried a lot of things like using ASCII Code but nothing is working
Asked
Active
Viewed 150 times
-3
-
2maybe try [this](http://stackoverflow.com/questions/4992794/how-to-add-bulleted-list-to-android-application)? – Bryan Herrera Sep 18 '15 at 00:56
-
1another approach is you can use `BulletSpan – N J Sep 18 '15 at 01:05
-
Simply use `\u2219` DIRECTLY as your bullet character (it doesn't need `HTML.FromHtml()`) – Phantômaxx Sep 18 '15 at 07:18
1 Answers
1
You could try with •
OR
Just copy this bullet " • "
and paste in your text view's text

cw fei
- 1,534
- 1
- 15
- 33