问题
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!
回答1:
Finally I did it my self, here is the repo
https://github.com/CorradiSebastian/ExpandableTextView
来源:https://stackoverflow.com/questions/52795628/custom-expandable-textview