Android recycleview 跳屏
2019-03-06 本文已影响1人
gooodong
如果发现你的RecyclerView 在滑动的过程中经常跳屏(暂且称它为跳屏,现象是总是跳到某个item,或者总是上移到某个位置),那么你可能遇到RecyclerView与子item某控件的焦点冲突问题。
android:descendantFocusability="blocksDescendants" 父布局里,加这句
android:overScrollMode="never" recycleView里加这句