I have two views, one is RecyclerView, the other one is customer defined NestedScrollingParent. The RecyclerView is inside NestedScrollingParent view. My question is how to continue the fling in NestedScrollingParent after RecyclerView fling stopped(The RecyclerView reached the top edge).
Asked
Active
Viewed 196 times
1
-
Any code? Have you tried anything? – cakan Nov 19 '15 at 11:52
-
Hi, have you found the solution? I met the same issue – mianlaoshu Jan 01 '17 at 15:36