Android RecyclerView 自动下滑

在RecyclerView 中添加headerView 或者多布局情况下,  进入到下一级页面再返回,会自动向下滑动一段距离

解决方案:

在布局的RecyclerView中增加:android:descendantFocusability="blocksDescendants"


参考:http://cashow.github.io/Android-Debug-Log-For-Recyclerview-Auto-Scroll-Down.html

你可能感兴趣的:(Android RecyclerView 自动下滑)