Skip to content

Instantly share code, notes, and snippets.

@wujinyuan
Created August 24, 2014 06:08
Show Gist options
  • Select an option

  • Save wujinyuan/041cb87f128fca236e10 to your computer and use it in GitHub Desktop.

Select an option

Save wujinyuan/041cb87f128fca236e10 to your computer and use it in GitHub Desktop.
Let textview scroll
TextView tvContent = (TextView) findViewById(R.id.tvContent);
tvContent.setMovementMethod(ScrollingMovementMethod.getInstance());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment