Skip to content

Instantly share code, notes, and snippets.

@florinmuscalu
Last active December 13, 2020 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save florinmuscalu/ad7a117e88ee43bff3f94b0dd580f39a to your computer and use it in GitHub Desktop.
Save florinmuscalu/ad7a117e88ee43bff3f94b0dd580f39a to your computer and use it in GitHub Desktop.
TextView tv = findViewById(R.id.test_text);
tv.setMovementMethod(new ScrollingMovementMethod());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment