Is there a tool/library/class/function for formatting XML when displaying it in a TextView in Android? I need to present some XML snippets to users and was looking for a convenient way to achieve this, rather than having to parse and format it manually...
Thanks