Skip to content

Instantly share code, notes, and snippets.

@florinmuscalu
Last active December 13, 2020 21:48
Embed
What would you like to do?
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