TextViewInADifferentWay

Make a TextView (to the right) continue below another TextView (to the left) if it is currently displaying multiple lines.

Two different calculation modes available:

  • Single Line (on multiple lines textView (to the right) will always show one line and continue other lines below textView (to the left))

  • Lines Total Height (on multiple lines textView (to the right) will consider total lines height in order to decide what to show below textView (to the left))