I have a TextView with a lot of text. This TextView has maxLines set, so it only shows the first 8 or so lines. I also have a \"Read More\" button so I handle e
maxLines
Try these lines of code in xml
android:isScrollContainer="false" android:ellipsize="end"