美文网首页
RecyclerView 自动滚动的问题

RecyclerView 自动滚动的问题

作者: 我爱爬爬虾 | 来源:发表于2020-05-28 12:02 被阅读0次

RecyclerView 有三种属性

android:descendantFocusability="beforeDescendants"

beforeDescendants:viewgroup会优先其子类控件而获取到焦点

afterDescendants:viewgroup只有当其子类控件不需要获取焦点时才获取焦点

blocksDescendants:viewgroup会覆盖子类控件而直接获得焦点

相关文章

网友评论

      本文标题:RecyclerView 自动滚动的问题

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