I have a condition where I need to make a TextView scrollable without using scrollview or TextView.setMovementMethod(new ScrollingMovementMethod()). Using either of the two will lead to a lot of complications in my project. Is there a way I can avoid using them and still achieve scrollable textview?
Thank you!
No comments:
Post a Comment