I have googled my question but there is not working answer provided. How do add a bulleted list to my textview.
Bulleted list can be simply created by using the and tags in the string resource.
DO NOT USE setText(Html.fromHtml(string)) to set the string in code! Just set the string normally in xml or by using setText(string).
E.g:
strings.xml file
- first item
- item 2
layout.xml file
It will produce the following result:
Following tags are supported like this (directly embedded in the string resource):