Skip to content Skip to sidebar Skip to footer

Sms Inbox - Textview

Hello i am created Sms app witch shows me content of Inbox.I am using TextView but there is problem with screen.I can't see all sms but only sms of screen size.. I can't scroll dow

Solution 1:

Surround the TextView with a ScrollView.

Or more likely what you want if you need to do something useful with the list : Learn about ListViews

Post a Comment for "Sms Inbox - Textview"