I am working on a Month View with an advanced swipe (requires current, next and previous to be loaded to allow each view to stick to your finger) which means I have many vie
in java code
textView1.setMovementMethod(new ScrollingMovementMethod());
in XML file
android:minLines="5"
does the trick.