解决NestScrollView嵌套RecyclerView,R
2017-05-25 本文已影响847人
JokAr_
解决方法就是NestScrollView节点添加
android:focusableInTouchMode="true"
然后在NestScrollView的子节点view添加:
android:descendantFocusability="blocksDescendants"
解决方法就是NestScrollView节点添加
android:focusableInTouchMode="true"
然后在NestScrollView的子节点view添加:
android:descendantFocusability="blocksDescendants"