如果发现你的RecyclerView 在滑动的过程中经常跳屏(暂且称它为跳屏,现象是总是跳到某个item,或者总是上移到某个位置),那么你可能遇到RecyclerView与子item某控件的焦点冲突问题。
android:descendantFocusability="blocksDescendants" 父布局里,加这句
android:overScrollMode="never" recycleView里加这句
如果发现你的RecyclerView 在滑动的过程中经常跳屏(暂且称它为跳屏,现象是总是跳到某个item,或者总是上移到某个位置),那么你可能遇到RecyclerView与子item某控件的焦点冲突问题。
android:descendantFocusability="blocksDescendants" 父布局里,加这句
android:overScrollMode="never" recycleView里加这句
本文标题:Android recycleview 跳屏
本文链接:https://www.haomeiwen.com/subject/tzuxpqtx.html
网友评论