I have a lengthy (20K) text file I need to display (the terms and conditions document written by an obviously overpaid lawyer).
What's the best/simplest way to show this to a user? I loaded the text from a raw resource and added it as the message to an AlertDialog, but the text is cut off about half way. I couldn't find any obvious limits to the alert dialog text or the TextView it uses.