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
I needed feature like see more in my project and I used ellipsizing textview from this SO post. It works like a charm and also provides an interface for checking if the text was ellipsized. This should do the trick.