1

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!

Sebastian Corradi
  • 1,353
  • 2
  • 14
  • 25

1 Answers1

2

Finally I did it my self, here is the repo

https://github.com/CorradiSebastian/ExpandableTextView

Sebastian Corradi
  • 1,353
  • 2
  • 14
  • 25