RecyclerView inside a ScrollView/NestedScrollView does not scroll properly
问题 I have a layout which has a CardView and a FloatingActionButton associated with it. There is a list of replies below the CardView (which is a RecyclerView ). Sometimes the CardViews' height is greater than the screen, so I have used layout_height="wrap_content" for the CardView and wrapped the whole LinearLayout inside a ScrollView . However, this causes a problem(since it is a scrolling view inside a ScrollView ) while scrolling the items of the RecyclerView . As suggested in some of the