I\'m trying to implement a layout which contains RecyclerView and ScrollView at the same layout.
Layout template:
you can also override LinearLayoutManager to make recyclerview roll smoothly
@Override public boolean canScrollVertically(){ return false; }