RecyclerView 各种相关问题解决方法

ScrollView嵌套RecyclerView 默认定位到顶部

根布局上添加配置:
android:focusableInTouchMode="true"
android:descendantFocusability="blocksDescendants"
android:fillViewport="true"

 

你可能感兴趣的:(Android,开发笔记)