I found solution for same problem on this thread :The item inside RecyclerView can't be clicked right after scrolling
You can fix your code by adding layout_behavior to your AppBarLayout.You can find code here Fixed AppBarLayout.Behavior .Just add this class tou your project and fix your code :