Android: RecyclerView in a ScrollView
问题 I'm trying to have a RecyclerView inside a ScrollView. My problem is that when i scroll the RecyclerView this is not "smooth": as soon as you release your finger the scrolling stops immediately. My layout in the fragment is: Scrollview LinearLayout TextView RecyclerView Button I tried disabling nested scrolling: mRecyclerView.setNestedScrollingEnabled(false) and wrapping content of mRecyclerView: android:layout_height="wrap_content" obtaining the smooth scrolling i wanted, but in this way the