I want to display an ordered list inside a TextView, for example: 1) item 1 2) item 2
Using the following layout:
Go to res/values/strings.xml then paste below code
1) Item 1\n 2) Item 2\n 3) Item 3\n
Then go to your layout file which contains TextView and replace with below code