I want to limit my text view to have maximum of 5 lines, so I did:
You only need to add this line to your TextView:
android:ellipsize="marquee"