ScrollView嵌套RecyclerView 默认定位到顶部
根布局上添加配置:
android:focusableInTouchMode="true"
android:descendantFocusability="blocksDescendants"
android:fillViewport="true"
ScrollView嵌套RecyclerView定位优化
本文介绍如何通过在根布局中添加特定配置,解决ScrollView嵌套RecyclerView时默认定位到顶部的问题,确保滚动视图的正确显示。
根布局上添加配置:
android:focusableInTouchMode="true"
android:descendantFocusability="blocksDescendants"
android:fillViewport="true"
2833
3887
7305
2万+

被折叠的 条评论
为什么被折叠?