Android - do an overscroll glow effect immediately

1.7k Views Asked by At

I am currently using RecyclerView and LinearLayoutManager under v7 support and building under min sdk version 15.

I would like to do an overscroll glow effect immediately on the RecyclerView (manually calling a function instead of listening events) if a new item is inserted into the adapter, how do I achieve this?

1

There are 1 best solutions below

0
On

override onTouchEvent and draw a EdgeEffect by yourself.copy the EdgeEffect from android 5.0.there is a api called setColor()