在RecyclerView 中添加headerView 或者多布局情况下, 进入到下一级页面再返回,会自动向下滑动一段距离
解决方案:
在布局的RecyclerView中增加:android:descendantFocusability="blocksDescendants"
参考:http://cashow.github.io/Android-Debug-Log-For-Recyclerview-Auto-Scroll-Down.html
在RecyclerView 中添加headerView 或者多布局情况下, 进入到下一级页面再返回,会自动向下滑动一段距离
解决方案:
在布局的RecyclerView中增加:android:descendantFocusability="blocksDescendants"
参考:http://cashow.github.io/Android-Debug-Log-For-Recyclerview-Auto-Scroll-Down.html
本文标题:Android RecyclerView 自动下滑
本文链接:https://www.haomeiwen.com/subject/ntenqxtx.html
网友评论