Reputation: 63
In my layout, I want to add a TextView which on click expands and shows some more text. I can't display a dialog as I don't know to change the font of it's message. I think click to expand will be better. Any help is appreciated. Thanks
Upvotes: 0
Views: 802
Reputation: 753
You could implement this custom TextView on Github which I think implements an expandable text view as you require? > https://github.com/Manabu-GT/ExpandableTextView
Upvotes: 2