Skip to content Skip to sidebar Skip to footer

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??

Solution 1:

Finally I did it my self, here is the repo

https://github.com/CorradiSebastian/ExpandableTextView

Post a Comment for "Custom Expandable Textview"