nestedscrollview remove focus from recyclerview code example
Example: nestedscrollview remove focus from recyclerview
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants"
android:orientation="vertical">