How to Scroll Text with finger in an EditText
added in API Level 1Text wider than the EditText can be scrolled horizontally. Put your finger on the text and move text from side to side to read.
1. Create an Android project, if you don't already have one.
3. In the main.xml file, add the code below.
...
android:scrollHorizontally = "true"
/>
4. Compile and run!
Related Articles:
Resources:
http://developer.android.com/reference/android/R.attr.html#scrollHorizontally