I want to limit my text view to have maximum of 5 lines, so I did:
Works for me, make sure TextView top container should have height like
android:layout_height="wrap_content"