布局当NestScrollView中的布局嵌套了RecyclerView导致RecyclerView抢焦点导致页面会自己滑动的解决办法?
NestScrollView节点添加
android:focusableInTouchMode="true"
在NestScrollView的子节点view添加:
android:descendantFocusability="blocksDescendants"
布局当NestScrollView中的布局嵌套了RecyclerView导致RecyclerView抢焦点导致页面会自己滑动的解决办法?
NestScrollView节点添加
android:focusableInTouchMode="true"
在NestScrollView的子节点view添加:
android:descendantFocusability="blocksDescendants"