美文网首页
Adapter getLinecount=0问题解决

Adapter getLinecount=0问题解决

作者: ae12 | 来源:发表于2021-07-09 11:02 被阅读0次

在Recycleview 里item布局Textview控件获取getLineccount=0问题,原因是界面还没渲染完成
尝试过
tvExpand.getViewTreeObserver().addOnGlobalLayoutListener();发现还是getLineccount=0。通过
万能的stackoverflow,解决了1.getLineccount=0 2.滑动时候=0问题
解决地址:
https://stackoverflow.com/questions/43376915/get-textview-line-count-in-recyclerview-adapter
在处理滑动时出现的问题时候,我这里用的是tv.setTag(id) 来通过id标记来做判断的

相关文章

网友评论

      本文标题:Adapter getLinecount=0问题解决

      本文链接:https://www.haomeiwen.com/subject/jdqfpltx.html