Android Question Display text with scroll bars

Sanxion

Active Member
Licensed User
Longtime User
Guys

Does anybody know of a simple method to display text with scrolling functionality?

I want to display some text in a view but the quantity of text will be greater than the size of the view. Also, is there an method to retain the formatting of the original text such as text in bold and italic?

Thank-you in advance!
 

eurojam

Well-Known Member
Licensed User
Longtime User
my first tought is to use a webview with a local html file, there you can use html tags for bold, italic and so on...
 
Upvote 0
Top