ExpandableTextView
ExpandableTextView copied to clipboard
Wrong mCollapsedHeight measured
When I use this view, I found when collapsed, there was no action to collapsed.
After Checking the source code, I put the code: mCollapsedHeight = getMeasuredHeight(); in to the post method of mTv.
It woks. I am wondering if this is an issue.
In a RecyclerView, if the TextView is expanded and you scroll, the mesuredHeight is wrong. @gnuhpc does your modification fix that ?
Thanks !
#44 This thread has the proper solution to this issue
@gnuhpc,TextView 内容足够长,超出一屏, mCollapsedHeight计算的有问题,你有遇到这个问题吗?