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
Post a Comment for "Custom Expandable Textview"