I\'m trying to implement a layout which contains RecyclerView and ScrollView at the same layout.
Layout template:
If RecyclerView showing only one row inside ScrollView. You just need to set height of your row to android:layout_height="wrap_content".
android:layout_height="wrap_content"