Skip to content

Instantly share code, notes, and snippets.

@sidward35
Created July 17, 2017 01:42
Show Gist options
  • Save sidward35/899349da60b7e636f6b7da010c2ec0e5 to your computer and use it in GitHub Desktop.
Save sidward35/899349da60b7e636f6b7da010c2ec0e5 to your computer and use it in GitHub Desktop.
Android make TextView scrollable
<TextView
android:scrollbars="vertical"/>
textView.setMovementMethod(new ScrollingMovementMethod());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment