I have to display an ordered list of items (expected level of nesting = 2) in a TextView.
What is the best way to do this? I have tried creating a string resource such as: <string name="html_list"><ol><li>item 1\n</li><li>item 2\n</li></ol></ string> and then setting this text in TextView. This just displayed the two list items one below the other without the default disc(bullets). It did not work. Please help. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

