4

I have a TextView with these attributes:

android:maxLines = "10"
android:scrollbars = "vertical"

By using above attributes, textView displays text justified:

enter image description here

But when I set movement method for textView like below, justification breaks:

textView.setMovementMethod(new ScrollingMovementMethod());

enter image description here

How can I set a TextView to be scrollable and display its text justified?

Note: I have to use TextView and cannot use any other View or CustomView.

hasanghaforian
  • 13,858
  • 11
  • 76
  • 167

0 Answers0