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
Try this android:descendantFocusability="blocksDescendants". It solved the problem for me.
android:descendantFocusability="blocksDescendants"