Manabu-GT / ExpandableTextView

Android's TextView that can expand/collapse like the Google Play's app description
Apache License 2.0
4.08k stars 791 forks source link

Enable support for TextView expand/collapse toggle and custom Ids #35

Closed gergely-sallai closed 6 years ago

gergely-sallai commented 8 years ago

Added ability to choose the expand/collapse toggle view, currently ImageButton and TextView are supported, ImageButton is the default.

Added support for custom Ids of the expandable TextView and expand/collapse toggle View.

ericntd commented 8 years ago

This would be awesome. Amazon for example use "Read more" text to expand a customer review to full size

lurecas commented 7 years ago

I think that this is great addition to the original lib. It would be so much better if you could've add some docs to the readme file. Thanks for your contribution!