Search code examples
androidtextviewexpandable

Custom Expandable TextView


I was trying to create a Custom TextView with the expand/collapse capability.

Does anyone have any idea about how to achieve this, extending TextView and overriding onDraw method?? (or any other better approach) ?

thanks a lot!


Solution

  • Finally I did it my self, here is the repo

    https://github.com/CorradiSebastian/ExpandableTextView