Nested Recyclerview scrolls by itself

前端 未结 7 791
情歌与酒
情歌与酒 2020-12-08 02:19

I have a parent recyclerview that has 3 child view in it. The last two of the child are recyclerview.

Parent recyclerview
 - child view 1
 - child view 2 (ho         


        
7条回答
  •  感情败类
    2020-12-08 03:21

    Try this android:descendantFocusability="blocksDescendants". It solved the problem for me.

提交回复
热议问题