How to create a scrollable TextView in android?
The simplest way to create a Scrolling TextView in android is to place it inside a ScrollView. Here is a sample xml file with a scrollable TextView.
The simplest way to create a Scrolling TextView in android is to place it inside a ScrollView. Here is a sample xml file with a scrollable TextView.