Created
July 17, 2017 01:42
-
-
Save sidward35/899349da60b7e636f6b7da010c2ec0e5 to your computer and use it in GitHub Desktop.
Android make TextView scrollable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TextView | |
android:scrollbars="vertical"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
textView.setMovementMethod(new ScrollingMovementMethod()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment