Skip to content

Instantly share code, notes, and snippets.

@dimmduh
Created January 10, 2013 15:45
Show Gist options
  • Save dimmduh/4503001 to your computer and use it in GitHub Desktop.
Save dimmduh/4503001 to your computer and use it in GitHub Desktop.
text = (TextView) findViewById(R.id.text);
text.setMovementMethod(ScrollingMovementMethod.getInstance());
text.setClickable(false);
text.setLongClickable(false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment